We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b316962 + eb618db commit 2f10748Copy full SHA for 2f10748
lib/build.gradle
@@ -122,8 +122,8 @@ javadoc {
122
}
123
124
dependencies {
125
- implementation 'com.fasterxml.jackson.core:jackson-core:2.15.4'
126
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.4'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
127
128
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
129
testImplementation 'junit:junit:4.13.2'
0 commit comments