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-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f0be6f3  [MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
f0be6f3 is described below

commit f0be6f3f78972d9e9a797f57ca65e93af78a62cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 25 10:39:48 2024 +0200

    [MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
    
    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/MGPG-127
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d481902..f016d4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <mavenVersion>3.9.6</mavenVersion>
     <resolverVersion>1.9.18</resolverVersion>
-    <bouncycastleVersion>1.78</bouncycastleVersion>
+    <bouncycastleVersion>1.78.1</bouncycastleVersion>
     
<project.build.outputTimestamp>2024-04-16T13:24:03Z</project.build.outputTimestamp>
     <resource.delimiter>@</resource.delimiter>
   </properties>

Reply via email to