This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/bcprov.version-1.76 in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit ab9a8af5ef0cc85a0a3ca29eac35a844e21a55ce Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 31 08:35:23 2023 +0000 Bump bcprov.version from 1.75 to 1.76 Bumps `bcprov.version` from 1.75 to 1.76. Updates `org.bouncycastle:bcprov-jdk18on` from 1.75 to 1.76 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.75 to 1.76 - [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:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index c348378f9..bbab20ba8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -32,7 +32,7 @@ <url>https://ws.apache.org/wss4j/</url> <properties> - <bcprov.version>1.75</bcprov.version> + <bcprov.version>1.76</bcprov.version> <commons.compress.version>1.23.0</commons.compress.version> <cryptacular.version>1.2.5</cryptacular.version> <ehcache.version>3.10.8</ehcache.version>