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 7fbf1376 [MRESOLVER-545] Bump bouncycastleVersion from 1.78 to 1.78.1 
(#475)
7fbf1376 is described below

commit 7fbf13768209b963585c073c147fe429b00f6afa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 25 10:33:32 2024 +0200

    [MRESOLVER-545] Bump bouncycastleVersion from 1.78 to 1.78.1 (#475)
    
    Bumps `bouncycastleVersion` from 1.78 to 1.78.1.
    
    Updates `org.bouncycastle:bcpg-jdk18on` from 1.78 to 1.78.1
    - 
[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.78 to 1.78.1
    - 
[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.78 to 1.78.1
    - 
[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-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.bouncycastle:bcutil-jdk18on
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-545
---
 maven-resolver-generator-gnupg/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-generator-gnupg/pom.xml 
b/maven-resolver-generator-gnupg/pom.xml
index 6ce987b7..9e77340a 100644
--- a/maven-resolver-generator-gnupg/pom.xml
+++ b/maven-resolver-generator-gnupg/pom.xml
@@ -36,7 +36,7 @@
     <Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>
 
     <javaVersion>17</javaVersion>
-    <bouncycastleVersion>1.78</bouncycastleVersion>
+    <bouncycastleVersion>1.78.1</bouncycastleVersion>
   </properties>
 
   <dependencies>

Reply via email to