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 ad7414144e build(deps): bump bouncycastle.version from 1.79 to 1.80 (#1976) ad7414144e is described below commit ad7414144e89e46f1e13775d9db83eeeddd8ec9c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 15 15:24:44 2025 +0100 build(deps): bump bouncycastle.version from 1.79 to 1.80 (#1976) Bumps `bouncycastle.version` from 1.79 to 1.80. Updates `org.bouncycastle:bcpkix-jdk18on` from 1.79 to 1.80 - [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.79 to 1.80 - [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 53aa9c661a..145b0233ef 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <awaitility.version>4.2.2</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.79</bouncycastle.version> + <bouncycastle.version>1.80</bouncycastle.version> <byte-buddy.version>1.15.11</byte-buddy.version> <cmake.version>3.30.2-b1</cmake.version> <commons-beanutils.version>1.9.4</commons-beanutils.version>