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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d86d5a4153 build(deps): bump bouncycastle.version from 1.77 to 1.78.1 
(#1550)
d86d5a4153 is described below

commit d86d5a41538448b169ab205e12621a78eb83c480
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 22 11:25:01 2024 +0200

    build(deps): bump bouncycastle.version from 1.77 to 1.78.1 (#1550)
    
    Bumps `bouncycastle.version` from 1.77 to 1.78.1.
    
    Updates `org.bouncycastle:bcpkix-jdk18on` from 1.77 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.77 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:bcpkix-jdk18on
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 585bdff26a..279813100f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <awaitility.version>4.2.1</awaitility.version>
     <!-- The currently available version is 2.0.5 and anything above 1.4.3 is 
no longer compatible with our code -->
     <bit-io.version>1.4.3</bit-io.version>
-    <bouncycastle.version>1.77</bouncycastle.version>
+    <bouncycastle.version>1.78.1</bouncycastle.version>
     <byte-buddy.version>1.14.13</byte-buddy.version>
     <!-- Be sure to keep this version set to the version of the 
cmake-maven-plugin -->
     <cmake-version>3.22.1</cmake-version>

Reply via email to