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

jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new 34992758e7 Bump bouncycastle.version from 1.81 to 1.82 (#2160)
34992758e7 is described below

commit 34992758e78459792019b45cdf42ebb90d3dbf7d
Author: JB Onofré <[email protected]>
AuthorDate: Tue Nov 18 19:55:49 2025 +0100

    Bump bouncycastle.version from 1.81 to 1.82 (#2160)
    
    Bumps `bouncycastle.version` from 1.81 to 1.82.
    
    Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82
    - 
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    Updates `org.bouncycastle:bcpkix-jdk18on` from 1.81 to 1.82
    - 
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    Updates `org.bouncycastle:bcutil-jdk18on` from 1.81 to 1.82
    - 
[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:bcprov-jdk18on
      dependency-version: '1.82'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcpkix-jdk18on
      dependency-version: '1.82'
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcutil-jdk18on
      dependency-version: '1.82'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f290db9c1a..04bcd639fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <asm.version>9.9</asm.version>
         <javax.annotation.version>1.3.2</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
-        <bouncycastle.version>1.81</bouncycastle.version>
+        <bouncycastle.version>1.82</bouncycastle.version>
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.6.9</cxf.version>

Reply via email to