diff --git a/pom.xml b/pom.xml index 03b8843..d713fa5 100644 --- a/pom.xml +++ b/pom.xml @@ -125,22 +125,22 @@ org.bouncycastle bc-fips - 2.0.0 + 2.1.0 org.bouncycastle bcpkix-fips - 2.0.7 + 2.1.10 org.bouncycastle bcutil-fips - 2.0.3 + 2.1.5 org.bouncycastle bctls-fips - 2.0.19 + 2.1.22 ${project.build.outputDirectory}/fips-140_3-2.x diff --git a/src/main/java/io/jenkins/test/fips/FIPSTestBundleProvider.java b/src/main/java/io/jenkins/test/fips/FIPSTestBundleProvider.java index d65154c..c086661 100644 --- a/src/main/java/io/jenkins/test/fips/FIPSTestBundleProvider.java +++ b/src/main/java/io/jenkins/test/fips/FIPSTestBundleProvider.java @@ -24,7 +24,7 @@ public interface FIPSTestBundleProvider { Logger LOGGER = Logger.getLogger(FIPSTestBundleProvider.class.getName()); - String DEFAULT_VERSION = FIPS1402BC1x.VERSION; + String DEFAULT_VERSION = FIPS1403BC2x.VERSION; String SYS_PROP_KEY = "fips.test.bundle.version";