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 14bece3ef1 build(deps): bump bouncycastle.version from 1.81 to 1.82
(#2268)
14bece3ef1 is described below
commit 14bece3ef1e77e949ffeed63f2b37a1fe914aa11
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 09:14:06 2025 +0200
build(deps): bump bouncycastle.version from 1.81 to 1.82 (#2268)
Bumps `bouncycastle.version` from 1.81 to 1.82.
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.81 to 1.82
-
[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.81 to 1.82
-
[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.82'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.82'
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 78aa09fc3e..b318259e7d 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.81</bouncycastle.version>
+ <bouncycastle.version>1.82</bouncycastle.version>
<byte-buddy.version>1.17.7</byte-buddy.version>
<cmake.version>3.31.5-b1</cmake.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>