Skip to content

Commit fa7f56b

Browse files
Bump com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.17.2
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.14.2 to 2.17.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abd9f2d commit fa7f56b

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
@@ -31,7 +31,7 @@ allprojects {
3131
ext {
3232
// Platforms
3333
grpcVersion = '1.54.1' // [1.38.0,) Needed for io.grpc.protobuf.services.HealthStatusManager
34-
jacksonVersion = '2.14.2' // [2.9.0,)
34+
jacksonVersion = '2.17.2' // [2.9.0,)
3535
// we don't upgrade to 1.10.x because it requires kotlin 1.6. Users may use 1.10.x in their environments though.
3636
micrometerVersion = project.hasProperty("edgeDepsTest") ? '1.10.5' : '1.9.9' // [1.0.0,)
3737

0 commit comments

Comments
 (0)