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

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

commit 33cda5ca21259b3c6caaee2242d5f1820430943f
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Wed Jun 3 10:17:22 2026 +0300

    fix(deps): update org.bouncycastle to v1.84
    
    Bump bcmail/bcpkix/bcprov-jdk18on from 1.82 to 1.84 for the latest upstream 
security and bug fixes. Regenerate dependency verification metadata; 
bouncycastle is verified by trusted PGP key, so no per-jar checksums change.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 gradle/verification-metadata.xml    | 20 ++++++++++++++++++++
 src/bom-thirdparty/build.gradle.kts |  6 +++---
 2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index ae138570c8..41a3eddf5f 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -653,6 +653,21 @@
             <sha256 
value="089827a4d9f06cb23fc56f17718c90792e06642f89d73a72f7d4e0a1d4ea4a14" 
origin="Generated by Gradle"/>
          </artifact>
       </component>
+      <component group="org.apache.activemq" name="activemq-parent" 
version="6.2.0">
+         <artifact name="activemq-parent-6.2.0.pom">
+            <sha256 
value="12af0b4f5d26a4afb4ebe3ef9e254de8914358f138cb6cd148bddb862c9d81eb" 
origin="Generated by Gradle"/>
+         </artifact>
+      </component>
+      <component group="org.apache.camel" name="camel" version="4.14.2">
+         <artifact name="camel-4.14.2.pom">
+            <sha256 
value="f8e3e0c2176cd532b4136a28435405b2472f5f0e7dbce358e6d8707be55dfbd2" 
origin="Generated by Gradle"/>
+         </artifact>
+      </component>
+      <component group="org.apache.camel" name="camel-bom" version="4.14.2">
+         <artifact name="camel-bom-4.14.2.pom">
+            <sha256 
value="924b98a5fbf537d0f571ac15dfe481bfc785d4bb011b412f38046744b37ddc22" 
origin="Generated by Gradle"/>
+         </artifact>
+      </component>
       <component group="org.apache.commons" name="commons-math3" 
version="3.6.1">
          <artifact name="commons-math3-3.6.1.pom">
             <sha256 
value="fad72336ea7d7dd06da103144e3740db508fa4b17d9c54d7847737edc24a7e60" 
origin="Generated by Gradle"/>
@@ -959,6 +974,11 @@
             <sha256 
value="faf0c6538e53ddc0499a63664d8e763c216580b2e18e722ccbdf1b431a6afe26" 
origin="Generated by Gradle"/>
          </artifact>
       </component>
+      <component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" 
version="1.7.3">
+         <artifact name="kotlinx-coroutines-bom-1.7.3.pom">
+            <sha256 
value="4e5d1900e6379ef3f5970d04a8f30529adc82f859e8cc107c21ce8149ef666c4" 
origin="Generated by Gradle"/>
+         </artifact>
+      </component>
       <component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" 
version="1.8.0">
          <artifact name="kotlinx-coroutines-bom-1.8.0.pom">
             <sha256 
value="1239e9dbe1397cd5971342956b2511bc3ace7b641842e4372a088dcfa8b9ad55" 
origin="Generated by Gradle"/>
diff --git a/src/bom-thirdparty/build.gradle.kts 
b/src/bom-thirdparty/build.gradle.kts
index 51d51af50c..9e739b4a0e 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -122,9 +122,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-jdk18on:1.82")
-        api("org.bouncycastle:bcpkix-jdk18on:1.82")
-        api("org.bouncycastle:bcprov-jdk18on:1.82")
+        api("org.bouncycastle:bcmail-jdk18on:1.84")
+        api("org.bouncycastle:bcpkix-jdk18on:1.84")
+        api("org.bouncycastle:bcprov-jdk18on:1.84")
         api("org.brotli:dec:0.1.2")
         api("org.freemarker:freemarker:2.3.34")
         api("org.glassfish.jaxb:txw2:4.0.6")

Reply via email to