We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fc8ee commit 6069030Copy full SHA for 6069030
build.gradle
@@ -64,9 +64,9 @@ subprojects {
64
}
65
implementation 'commons-codec:commons-codec:1.13'
66
implementation 'org.apache.commons:commons-lang3:3.12.0'
67
- implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
68
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
69
- implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.19.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
+ implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.1'
70
api 'org.jfrog.filespecs:file-specs-java:1.1.1'
71
72
0 commit comments