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
#397)

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

* Fix for failing groovy test compilation.

---------

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 6, 2024
1 parent e2c04f5 commit db42fb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
plugins {
id 'io.micronaut.build.internal.reactor-base'
id 'java'
id 'groovy'
id 'io.micronaut.minimal.application'
}
micronaut {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
micronaut = "4.2.3"
micronaut = "4.3.9"
micronaut-docs = "2.0.0"
micronaut-test = "4.2.1"
groovy = "4.0.13"
Expand Down
2 changes: 1 addition & 1 deletion tests/micrometer-propagation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'groovy'
id 'io.micronaut.build.internal.reactor-test-suite'
}

Expand All @@ -11,7 +12,6 @@ dependencies {

testImplementation mn.micronaut.http.client
testImplementation mn.micronaut.http.server.netty
testImplementation mn.micronaut.inject.java.test
testImplementation mn.micronaut.jackson.databind

testImplementation mnTest.micronaut.test.spock
Expand Down
2 changes: 1 addition & 1 deletion tests/simple-propagation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'groovy'
id 'io.micronaut.build.internal.reactor-test-suite'
}

Expand All @@ -10,7 +11,6 @@ dependencies {

testImplementation mn.micronaut.http.client
testImplementation mn.micronaut.http.server.netty
testImplementation mn.micronaut.inject.java.test
testImplementation mn.micronaut.jackson.databind

testImplementation mnTest.micronaut.test.spock
Expand Down

0 comments on commit db42fb1

Please sign in to comment.