Skip to content

Commit 760cdf7

Browse files
committed
Upgrade Gradle wrapper to 9.5.0
Upgrade from Gradle 8.14.3 to 9.5.0. All deprecated API usages were fixed in prior commits so the build compiles cleanly on the new version.
1 parent 37e5266 commit 760cdf7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ buildscript {
1313
classpath('org.bouncycastle:bcprov-jdk18on:[1.84,)') {
1414
because 'CVE-2026-5598 is fixed in org.bouncycastle:bcprov-jdk18on 1.84 and higher'
1515
}
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+
}
1620
}
1721
}
1822
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)