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 5f135a2e1e build(deps): bump bouncycastle.version from 1.80 to 1.81
(#2129)
5f135a2e1e is described below
commit 5f135a2e1ebdd7d6f95a46f1d1922f6e4a857c44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 11:07:19 2025 +0200
build(deps): bump bouncycastle.version from 1.80 to 1.81 (#2129)
Bumps `bouncycastle.version` from 1.80 to 1.81.
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
-
[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.80 to 1.81
-
[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.81'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.81'
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 e9d5b3ebd4..7b24d49057 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.80</bouncycastle.version>
+ <bouncycastle.version>1.81</bouncycastle.version>
<byte-buddy.version>1.17.5</byte-buddy.version>
<cmake.version>3.31.5-b1</cmake.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>