Skip to content

Commit 539e962

Browse files
Bump jacksonVersion from 2.14.2 to 2.20.0
Bumps `jacksonVersion` from 2.14.2 to 2.20.0. Updates `com.fasterxml.jackson:jackson-bom` from 2.14.2 to 2.20.0 - [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.20.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-toml` from 2.14.2 to 2.20.0 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.2...jackson-dataformats-text-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-toml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4631b16 commit 539e962

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.20.0' // [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)