Skip to content

Commit 6807150

Browse files
dependabot[bot]chadlwilson
authored andcommitted
Bump io.micronaut:micronaut-core from 3.9.4 to 4.0.2
Bumps [io.micronaut:micronaut-core](https://github.com/micronaut-projects/micronaut-core) from 3.9.4 to 4.0.2. - [Release notes](https://github.com/micronaut-projects/micronaut-core/releases) - [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.0.x/RELEASE.adoc) - [Commits](micronaut-projects/micronaut-core@v3.9.4...v4.0.2) --- updated-dependencies: - dependency-name: io.micronaut:micronaut-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 140cf7c commit 6807150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group = "recce.server"
2222
// the Gradle DSL properly. Here we pick one of the versions where multiple artifacts are released at the same time
2323
// and use this to bump the others consistently.
2424
val depDescriptors = mapOf(
25-
"micronaut" to "io.micronaut:micronaut-core:3.9.4",
25+
"micronaut" to "io.micronaut:micronaut-core:4.0.2",
2626
"restAssured" to "io.rest-assured:rest-assured:4.5.1"
2727
)
2828
val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf(

0 commit comments

Comments
 (0)