We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba4c93 + 37f195a commit d056a79Copy full SHA for d056a79
1 file changed
lib/build.gradle
@@ -128,8 +128,8 @@ javadoc {
128
}
129
130
dependencies {
131
- implementation 'com.fasterxml.jackson.core:jackson-core:2.21.2'
132
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.21.3'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
133
134
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
135
testImplementation 'junit:junit:4.13.2'
0 commit comments