There was an error while loading. Please reload this page.
1 parent abfdd28 commit 3245574Copy full SHA for 3245574
1 file changed
build.gradle
@@ -100,8 +100,8 @@ allprojects {
100
dependencies {
101
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sec:module_replacement
102
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'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
+ implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3'
105
implementation 'com.upplication:s3fs:2.2.2'
106
107
modules {
0 commit comments