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.
2 parents 180a953 + 16993e9 commit 7fc0ac7Copy full SHA for 7fc0ac7
build.gradle.kts
@@ -71,7 +71,7 @@ micronaut {
71
configurations.all {
72
resolutionStrategy.dependencySubstitution {
73
substitute(module("io.micronaut:micronaut-jackson-databind"))
74
- .using(module("io.micronaut.serde:micronaut-serde-jackson:2.14.1"))
+ .using(module("io.micronaut.serde:micronaut-serde-jackson:2.15.0"))
75
}
76
77
0 commit comments