This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new da2842a48 Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 (#537)
da2842a48 is described below
commit da2842a48f0002aa6569df953859ae7a26ee9df2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 15:53:30 2025 +0100
Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 (#537)
Bumps org.bouncycastle:bc-fips from 2.1.1 to 2.1.2.
---
updated-dependencies:
- dependency-name: org.bouncycastle:bc-fips
dependency-version: 2.1.2
dependency-type: direct:production
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 c525fd03a..55b68b385 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
<properties>
<bcprov.version>1.82</bcprov.version>
- <bc.fips.version>2.1.1</bc.fips.version>
+ <bc.fips.version>2.1.2</bc.fips.version>
<commons.compress.version>1.28.0</commons.compress.version>
<cryptacular.version>1.2.7</cryptacular.version>
<ehcache.version>3.11.1</ehcache.version>