From 04cfd640dadb753f38e2a347ff769c14f1bffe04 Mon Sep 17 00:00:00 2001 From: Joyce Ling <115662568+sfc-gh-ext-simba-jl@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:21:59 -0800 Subject: [PATCH] update bouncycastle properties --- FIPS/public_pom.xml | 6 ++++-- parent-pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/FIPS/public_pom.xml b/FIPS/public_pom.xml index 8a576e5ff..d180e4a57 100644 --- a/FIPS/public_pom.xml +++ b/FIPS/public_pom.xml @@ -32,6 +32,8 @@ + 1.0.2.4 + 1.0.5 5.13.0 @@ -39,13 +41,13 @@ org.bouncycastle bc-fips - 1.0.2.1 + ${bouncycastle.bcfips.version} runtime org.bouncycastle bcpkix-fips - 1.0.5 + ${bouncycastle.bcpkixfips.version} runtime diff --git a/parent-pom.xml b/parent-pom.xml index bf7f90410..4b7385c81 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -20,8 +20,8 @@ 1.12.501 5.0.0 1.74 - 1.0.2.4 - 1.0.5 + 1.0.2.4 + 1.0.5 1.1 3.33.0 1.2 @@ -437,14 +437,14 @@ org.bouncycastle bc-fips - ${bouncycastle.bc-fips.version} + ${bouncycastle.bcfips.version} provided org.bouncycastle bcpkix-fips - ${bouncycastle.bcpkix.fips.version} + ${bouncycastle.bcpkixfips.version} provided