We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e80d7 commit fec6e5eCopy full SHA for fec6e5e
build.gradle
@@ -100,7 +100,7 @@ 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'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
104
implementation 'com.upplication:s3fs:2.2.2'
105
106
modules {
0 commit comments