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