We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e5266 commit 760cdf7Copy full SHA for 760cdf7
2 files changed
build.gradle
@@ -13,6 +13,10 @@ buildscript {
13
classpath('org.bouncycastle:bcprov-jdk18on:[1.84,)') {
14
because 'CVE-2026-5598 is fixed in org.bouncycastle:bcprov-jdk18on 1.84 and higher'
15
}
16
+
17
+ classpath('com.fasterxml.jackson.core:jackson-core:[2.21.1,)') {
18
+ because 'GHSA-72hv-8253-57qq is fixed in com.fasterxml.jackson.core:jackson-core:2.21.1 and higher'
19
+ }
20
21
22
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments