Skip to content

Commit 9c7a5d1

Browse files
Update Jackson to 2.15.4 (#2691)
1 parent b12ee45 commit 9c7a5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
ext {
3030
// Platforms
3131
grpcVersion = '1.58.1' // [1.38.0,) Needed for io.grpc.protobuf.services.HealthStatusManager
32-
jacksonVersion = '2.14.2' // [2.9.0,)
32+
jacksonVersion = '2.15.4' // [2.9.0,)
3333
nexusVersion = '0.4.0-alpha'
3434
// we don't upgrade to 1.10.x because it requires kotlin 1.6. Users may use 1.10.x in their environments though.
3535
micrometerVersion = project.hasProperty("edgeDepsTest") ? '1.13.6' : '1.9.9' // [1.0.0,)

0 commit comments

Comments
 (0)