This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit f5f19ad043c6eceb72384d7e292bca8b3ac7579a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 23 14:14:08 2024 +0100
Bump bcprov.version from 1.78 to 1.78.1 (#309)
Bumps `bcprov.version` from 1.78 to 1.78.1.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.78.1
-
[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.78 to 1.78.1
-
[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-patch
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 93b5877d0..e1bc18c6a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
<url>https://ws.apache.org/wss4j/</url>
<properties>
- <bcprov.version>1.78</bcprov.version>
+ <bcprov.version>1.78.1</bcprov.version>
<commons.compress.version>1.26.1</commons.compress.version>
<cryptacular.version>1.2.6</cryptacular.version>
<ehcache.version>3.9.6</ehcache.version>