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

cstamas 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 fddde4fd [MRESOLVER-630] Bump bouncycastleVersion from 1.78.1 to 1.79 
(#602)
fddde4fd is described below

commit fddde4fd9454d29ea566240c9fc6e7732bc15c9b
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Nov 14 11:30:07 2024 +0100

    [MRESOLVER-630] Bump bouncycastleVersion from 1.78.1 to 1.79 (#602)
    
    And remove dupe versions from reactor, all use same latest
    version.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-630
---
 maven-resolver-transport-minio/pom.xml | 1 -
 pom.xml                                | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/maven-resolver-transport-minio/pom.xml 
b/maven-resolver-transport-minio/pom.xml
index 5d437282..1005dac4 100644
--- a/maven-resolver-transport-minio/pom.xml
+++ b/maven-resolver-transport-minio/pom.xml
@@ -81,7 +81,6 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk18on</artifactId>
-      <version>1.78.1</version>
       <scope>runtime</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index c6196246..f588c8a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <guiceVersion>6.0.0</guiceVersion>
     <slf4jVersion>2.0.16</slf4jVersion>
     <testcontainersVersion>1.20.3</testcontainersVersion>
-    <bouncycastleVersion>1.78.1</bouncycastleVersion>
+    <bouncycastleVersion>1.79</bouncycastleVersion>
 
     <!-- Remove when parent updates -->
     <versions.junit5>5.11.2</versions.junit5>

Reply via email to