We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6504003 commit a5d2a0eCopy full SHA for a5d2a0e
1 file changed
build.gradle
@@ -57,7 +57,7 @@ subprojects {
57
api "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
58
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
59
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
60
- api "org.bouncycastle:bcprov-jdk15on:1.70"
+ api 'org.bouncycastle:bcprov-jdk18on:1.74'
61
api 'org.apache.commons:commons-compress:1.23.0'
62
api "org.xerial.snappy:snappy-java:1.1.10.1"
63
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"
0 commit comments