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 231c724 commit 2694178Copy full SHA for 2694178
build.gradle
@@ -29,7 +29,7 @@ allprojects {
29
ext {
30
// Platforms
31
grpcVersion = '1.58.1' // [1.38.0,) Needed for io.grpc.protobuf.services.HealthStatusManager
32
- jacksonVersion = '2.14.2' // [2.9.0,)
+ jacksonVersion = '2.19.1' // [2.9.0,)
33
nexusVersion = '0.4.0-alpha'
34
// we don't upgrade to 1.10.x because it requires kotlin 1.6. Users may use 1.10.x in their environments though.
35
micrometerVersion = project.hasProperty("edgeDepsTest") ? '1.13.6' : '1.9.9' // [1.0.0,)
0 commit comments