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

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


The following commit(s) were added to refs/heads/master by this push:
     new aaf27b645 Bump bouncycastle.version from 1.80 to 1.81 (#8111)
aaf27b645 is described below

commit aaf27b64512ad6939173a4f2c1efa4aaf0055d43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 19:44:12 2025 +0100

    Bump bouncycastle.version from 1.80 to 1.81 (#8111)
    
    * Bump bouncycastle.version from 1.80 to 1.81
    
    Bumps `bouncycastle.version` from 1.80 to 1.81.
    
    Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
    - 
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81
    - 
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bcpkix-jdk18on
      dependency-version: '1.81'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-version: '1.81'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    * Update LICENSE-binary
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 DEPENDENCY-LICENSES | 6 +++---
 LICENSE-binary      | 6 +++---
 pom.xml             | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index d0b074fbe..e8416c835 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -329,9 +329,9 @@ List of third-party dependencies grouped by their license 
type.
 
     Bouncy Castle Licence
 
-        * Bouncy Castle ASN.1 Extension and Utility APIs 
(org.bouncycastle:bcutil-jdk18on:1.80 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
-        * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(org.bouncycastle:bcpkix-jdk18on:1.80 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
-        * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.80 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
+        * Bouncy Castle ASN.1 Extension and Utility APIs 
(org.bouncycastle:bcutil-jdk18on:1.81 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
+        * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(org.bouncycastle:bcpkix-jdk18on:1.81 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
+        * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.81 - 
https://www.bouncycastle.org/download/bouncy-castle-java/)
 
     BSD-2-Clause, Public Domain, per Creative Commons CC0
 
diff --git a/LICENSE-binary b/LICENSE-binary
index dec3e50a8..c520acbd9 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -915,9 +915,9 @@ The license texts of these dependencies can be found in the 
licenses directory.
 
     Bouncy Castle Licence
 
-        * Bouncy Castle ASN.1 Extension and Utility APIs 
(org.bouncycastle:bcutil-jdk18on:1.80 - https://www.bouncycastle.org/java.html)
-        * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(org.bouncycastle:bcpkix-jdk18on:1.80 - http://www.bouncycastle.org/java.html)
-        * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.80 - 
http://www.bouncycastle.org/java.html)
+        * Bouncy Castle ASN.1 Extension and Utility APIs 
(org.bouncycastle:bcutil-jdk18on:1.81 - https://www.bouncycastle.org/java.html)
+        * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(org.bouncycastle:bcpkix-jdk18on:1.81 - http://www.bouncycastle.org/java.html)
+        * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.81 - 
http://www.bouncycastle.org/java.html)
 
     BSD 2-Clause license
 
diff --git a/pom.xml b/pom.xml
index 24afc0cf9..29ef8ee0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
         <asm.version>9.8</asm.version>
         <checker-qual.version>3.49.4</checker-qual.version>
         
<error_prone_annotations.version>2.38.0</error_prone_annotations.version>
-        <bouncycastle.version>1.80</bouncycastle.version>
+        <bouncycastle.version>1.81</bouncycastle.version>
     </properties>
 
     <modules>

Reply via email to