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 e8a1efca78 build(deps): bump bouncycastle.version from 1.84 to 1.85
(#2642)
e8a1efca78 is described below
commit e8a1efca786b1912b948739c9197f47f1af136c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 08:41:19 2026 +0200
build(deps): bump bouncycastle.version from 1.84 to 1.85 (#2642)
Bumps `bouncycastle.version` from 1.84 to 1.85.
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.85
-
[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.84 to 1.85
-
[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.84 to 1.85
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bctls-jdk18on` from 1.84 to 1.85
-
[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.85'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.85'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcutil-jdk18on
dependency-version: '1.85'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bctls-jdk18on
dependency-version: '1.85'
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 c0422347a0..1d13b69cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,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.84</bouncycastle.version>
+ <bouncycastle.version>1.85</bouncycastle.version>
<byte-buddy.version>1.18.11</byte-buddy.version>
<cmake.version>3.31.5-b1</cmake.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>