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

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 08443517b Bump bouncycastleVersion from 1.84 to 1.85 (#1956)
08443517b is described below

commit 08443517b73b7094269ee190368aaf6b60cedd20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:08:29 2026 +0200

    Bump bouncycastleVersion from 1.84 to 1.85 (#1956)
    
    Bumps `bouncycastleVersion` from 1.84 to 1.85.
    
    Updates `org.bouncycastle:bcpg-jdk18on` from 1.84 to 1.85
    - 
[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.84 to 1.85
    - 
[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.84 to 1.85
    - 
[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.84 to 1.85
    - 
[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:bcpg-jdk18on
      dependency-version: '1.85'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcpkix-jdk18on
      dependency-version: '1.85'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-version: '1.85'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcutil-jdk18on
      dependency-version: '1.85'
      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 90cc72130..f98c0bd9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <guiceVersion>5.1.0</guiceVersion>
     <slf4jVersion>2.0.18</slf4jVersion>
     <testcontainersVersion>2.0.5</testcontainersVersion>
-    <bouncycastleVersion>1.84</bouncycastleVersion>
+    <bouncycastleVersion>1.85</bouncycastleVersion>
 
     <!-- Used by Jetty Transport (client) and Test HTTP (server), 12.1 
introduced support for different compressions 
(https://github.com/jetty/jetty.project/issues/8769) -->
     <jettyVersion>12.1.10</jettyVersion>

Reply via email to