Skip to content

Commit 3245574

Browse files
Update jackson monorepo to v2.21.3
1 parent abfdd28 commit 3245574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ allprojects {
100100
dependencies {
101101
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sec:module_replacement
102102
implementation "org.${groovySource}.groovy:groovy-all:$groovyVersion"
103-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
104-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0'
103+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
104+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3'
105105
implementation 'com.upplication:s3fs:2.2.2'
106106

107107
modules {

0 commit comments

Comments
 (0)