We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140cf7c commit 6807150Copy full SHA for 6807150
build.gradle.kts
@@ -22,7 +22,7 @@ group = "recce.server"
22
// the Gradle DSL properly. Here we pick one of the versions where multiple artifacts are released at the same time
23
// and use this to bump the others consistently.
24
val depDescriptors = mapOf(
25
- "micronaut" to "io.micronaut:micronaut-core:3.9.4",
+ "micronaut" to "io.micronaut:micronaut-core:4.0.2",
26
"restAssured" to "io.rest-assured:rest-assured:4.5.1"
27
)
28
val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf(
0 commit comments