Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.9 (
Browse files Browse the repository at this point in the history
#531)

* fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.9

* Disable tests pending fix to micronaut-projects/micronaut-core#10580

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <[email protected]>
  • Loading branch information
renovate[bot] and wetted authored Mar 7, 2024
1 parent ea01b86 commit 22d4e97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import io.micronaut.runtime.server.EmbeddedServer
import org.codehaus.groovy.control.CompilerConfiguration
import org.codehaus.groovy.control.MultipleCompilationErrorsException
import spock.lang.Ignore
import spock.lang.PendingFeature
import spock.lang.Shared
import spock.lang.Specification
import spock.util.concurrent.PollingConditions
Expand Down Expand Up @@ -243,6 +244,7 @@ Test test(Test test) {
function.messageService.messages.contains(message)
}

@PendingFeature(reason = 'depends on fix for https://github.com/micronaut-projects/micronaut-core/issues/10580')
void "test run JSON bi-consumer as REST service"() {

given:
Expand Down Expand Up @@ -272,6 +274,7 @@ Test test(Test test) {
server.stop()
}

@PendingFeature(reason = 'depends on fix for https://github.com/micronaut-projects/micronaut-core/issues/10580')
void "test run JSON function as REST service"() {
given:
ApplicationContext context = ApplicationContext.run(['math.multiplier':'2'], Environment.TEST)
Expand Down Expand Up @@ -303,6 +306,7 @@ Test test(Test test) {
server?.stop()
}

@PendingFeature(reason = 'depends on fix for https://github.com/micronaut-projects/micronaut-core/issues/10580')
void "test run function as REST service"() {
given:
ApplicationContext context = ApplicationContext.run(['math.multiplier':'2'], Environment.TEST)
Expand Down Expand Up @@ -334,6 +338,7 @@ Test test(Test test) {
server?.stop()
}

@PendingFeature(reason = 'depends on fix for https://github.com/micronaut-projects/micronaut-core/issues/10580')
void "test run supplier as REST service"() {
given:
ApplicationContext context = ApplicationContext.run(['math.multiplier':'2'], Environment.TEST)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ netty-native = '4.1.106.Final'
tomcat-jdbc = '10.1.18'

micronaut-docs = "2.0.0"
micronaut = "4.3.0"
micronaut = "4.3.9"
micronaut-test = "4.0.0"
groovy = "4.0.15"
spock = "2.3-groovy-4.0"
Expand Down

0 comments on commit 22d4e97

Please sign in to comment.