This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push: new 5b76ba72 [MRESOLVER-663] Bump bouncycastleVersion from 1.79 to 1.80 (#642) 5b76ba72 is described below commit 5b76ba72680db7eed5562e0a062c9626f79e7990 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 29 20:55:57 2025 +0100 [MRESOLVER-663] Bump bouncycastleVersion from 1.79 to 1.80 (#642) Bumps `bouncycastleVersion` from 1.79 to 1.80. Updates `org.bouncycastle:bcpg-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) Updates `org.bouncycastle:bcutil-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:bcpg-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 - dependency-name: org.bouncycastle:bcutil-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> --- https://issues.apache.org/jira/browse/MRESOLVER-663 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b5f2325..c206dc18 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <guiceVersion>6.0.0</guiceVersion> <slf4jVersion>2.0.16</slf4jVersion> <testcontainersVersion>1.20.4</testcontainersVersion> - <bouncycastleVersion>1.79</bouncycastleVersion> + <bouncycastleVersion>1.80</bouncycastleVersion> <!-- Remove when parent updates --> <versions.junit5>5.11.2</versions.junit5>