Skip to content

Commit 98d461e

Browse files
authored
GEODE-10606 Remediation of CVE-2026-8763 (#8032)
1 parent 4e02b54 commit 98d461e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class DependencyConstraints {
5151
deps.put("micrometer.version", "1.15.12")
5252
deps.put("shiro.version", "2.1.0")
5353
// GEODE-10583: Pin Bouncy Castle (transitive via shiro-crypto-hash) to a fixed version
54-
deps.put("bouncycastle.version", "1.84")
54+
deps.put("bouncycastle.version", "1.85")
5555
deps.put("slf4j-api.version", "2.0.17")
5656
deps.put("jakarta.transaction-api.version", "2.0.1")
5757
deps.put("jboss-modules.version", "1.11.0.Final")

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ lib/antlr-runtime-3.5.2.jar
923923
lib/asm-9.9.1.jar
924924
lib/asm-commons-9.9.1.jar
925925
lib/asm-tree-9.9.1.jar
926-
lib/bcprov-jdk18on-1.84.jar
926+
lib/bcprov-jdk18on-1.85.jar
927927
lib/classgraph-4.8.147.jar
928928
lib/classmate-1.5.1.jar
929929
lib/commons-beanutils-1.11.0.jar

geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jna-5.11.0.jar
9494
shiro-hashes-argon2-2.1.0.jar
9595
shiro-hashes-bcrypt-2.1.0.jar
9696
shiro-crypto-hash-2.1.0.jar
97-
bcprov-jdk18on-1.84.jar
97+
bcprov-jdk18on-1.85.jar
9898
jetty-ee-12.0.33.jar
9999
jetty-session-12.0.33.jar
100100
jetty-plus-12.0.33.jar

geode-server-all/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ joda-time-2.12.7.jar
9797
shiro-hashes-argon2-2.1.0.jar
9898
shiro-hashes-bcrypt-2.1.0.jar
9999
shiro-crypto-hash-2.1.0.jar
100-
bcprov-jdk18on-1.84.jar
100+
bcprov-jdk18on-1.85.jar
101101
jetty-ee-12.0.33.jar
102102
jetty-session-12.0.33.jar
103103
jetty-plus-12.0.33.jar

0 commit comments

Comments
 (0)