Skip to content

Commit c965af7

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

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
@@ -30,7 +30,7 @@ allprojects {
3030
ext {
3131
// Platforms
3232
grpcVersion = '1.58.1' // [1.38.0,) Needed for io.grpc.protobuf.services.HealthStatusManager
33-
jacksonVersion = '2.14.2' // [2.9.0,)
33+
jacksonVersion = '2.19.0' // [2.9.0,)
3434
nexusVersion = '0.4.0-alpha'
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.13.6' : '1.9.9' // [1.0.0,)

0 commit comments

Comments
 (0)