We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7332b commit 99329f9Copy full SHA for 99329f9
1 file changed
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