We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bb26d commit cc31b58Copy full SHA for cc31b58
1 file changed
build.gradle
@@ -106,9 +106,9 @@ subprojects {
106
}
107
implementation 'commons-codec:commons-codec:1.13'
108
implementation 'org.apache.commons:commons-lang3:3.18.0'
109
- implementation 'com.fasterxml.jackson.core:jackson-core:2.18.6'
110
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.6'
111
- implementation 'com.fasterxml.jackson.core:jackson-annotations:2.18.6'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
+ implementation 'com.fasterxml.jackson.core:jackson-annotations:2.21'
112
api 'org.jfrog.filespecs:file-specs-java:1.1.2'
113
114
0 commit comments