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 bca6bfe8ba build(deps): bump bouncycastle.version from 1.82 to 1.83 
(#2364)
bca6bfe8ba is described below

commit bca6bfe8babb90e925c49bc2b77cb5da821f5d0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 27 08:19:11 2025 +0100

    build(deps): bump bouncycastle.version from 1.82 to 1.83 (#2364)
    
    Bumps `bouncycastle.version` from 1.82 to 1.83.
    
    Updates `org.bouncycastle:bcpkix-jdk18on` from 1.82 to 1.83
    - 
[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.82 to 1.83
    - 
[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-version: '1.83'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.bouncycastle:bcprov-jdk18on
      dependency-version: '1.83'
      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 351026e1a7..1cbcd6fd77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <awaitility.version>4.3.0</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.82</bouncycastle.version>
+    <bouncycastle.version>1.83</bouncycastle.version>
     <byte-buddy.version>1.18.1</byte-buddy.version>
     <cmake.version>3.31.5-b1</cmake.version>
     <commons-beanutils.version>1.9.4</commons-beanutils.version>

Reply via email to