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 208ccd0 + 2489840 commit aa7351dCopy full SHA for aa7351d
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.0"))
+ .using(module("io.micronaut.serde:micronaut-serde-jackson:2.14.1"))
75
}
76
77
0 commit comments