This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d9182383f chore: bump org.bouncycastle to 1.82
2d9182383f is described below

commit 2d9182383f996cb665eada88c2e3767b53aa9389
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 27 21:37:19 2025 +0300

    chore: bump org.bouncycastle to 1.82
---
 src/bom-thirdparty/build.gradle.kts |  6 +++---
 src/components/build.gradle.kts     | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bom-thirdparty/build.gradle.kts 
b/src/bom-thirdparty/build.gradle.kts
index 1bd99acc94..6e79280cc7 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -119,9 +119,9 @@ dependencies {
         api("org.apache.velocity:velocity:1.7")
         api("org.apache.xmlgraphics:xmlgraphics-commons:2.11")
         api("org.apiguardian:apiguardian-api:1.1.2")
-        api("org.bouncycastle:bcmail-jdk15on:1.70")
-        api("org.bouncycastle:bcpkix-jdk15on:1.70")
-        api("org.bouncycastle:bcprov-jdk15on:1.70")
+        api("org.bouncycastle:bcmail-jdk18on:1.82")
+        api("org.bouncycastle:bcpkix-jdk18on:1.82")
+        api("org.bouncycastle:bcprov-jdk18on:1.82")
         api("org.brotli:dec:0.1.2")
         api("org.exparity:hamcrest-date:2.0.8")
         api("org.freemarker:freemarker:2.3.32")
diff --git a/src/components/build.gradle.kts b/src/components/build.gradle.kts
index 49631f641c..111475b090 100644
--- a/src/components/build.gradle.kts
+++ b/src/components/build.gradle.kts
@@ -78,13 +78,13 @@ dependencies {
     }
     implementation("com.miglayout:miglayout-swing")
     // we use bcmail for compilation only, and bcmail is not shipped in the 
release
-    compileOnly("org.bouncycastle:bcmail-jdk15on")
-    compileOnly("org.bouncycastle:bcpkix-jdk15on")
-    compileOnly("org.bouncycastle:bcprov-jdk15on")
+    compileOnly("org.bouncycastle:bcmail-jdk18on")
+    compileOnly("org.bouncycastle:bcpkix-jdk18on")
+    compileOnly("org.bouncycastle:bcprov-jdk18on")
     // Certain tests use bouncycastle, so it is added to test classpath
-    testRuntimeOnly("org.bouncycastle:bcmail-jdk15on")
-    testRuntimeOnly("org.bouncycastle:bcpkix-jdk15on")
-    testRuntimeOnly("org.bouncycastle:bcprov-jdk15on")
+    testRuntimeOnly("org.bouncycastle:bcmail-jdk18on")
+    testRuntimeOnly("org.bouncycastle:bcpkix-jdk18on")
+    testRuntimeOnly("org.bouncycastle:bcprov-jdk18on")
     testImplementation("nl.jqno.equalsverifier:equalsverifier")
     testImplementation(testFixtures(projects.src.testkitWiremock))
     testFixturesImplementation(testFixtures(projects.src.core))

Reply via email to