Skip to content

Commit fec6e5e

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1
1 parent 95e80d7 commit fec6e5e

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
@@ -100,7 +100,7 @@ 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'
103+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
104104
implementation 'com.upplication:s3fs:2.2.2'
105105

106106
modules {

0 commit comments

Comments
 (0)