Skip to content

Commit

Permalink
update bouncycastle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jl committed Nov 24, 2023
1 parent 988df65 commit 04cfd64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions FIPS/public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,22 @@
</scm>

<properties>
<bouncycastle.bcfips.version>1.0.2.4</bouncycastle.bcfips.version>
<bouncycastle.bcpkixfips.version>1.0.5</bouncycastle.bcpkixfips.version>
<jna.version>5.13.0</jna.version>
</properties>

<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.1</version>
<version>${bouncycastle.bcfips.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>1.0.5</version>
<version>${bouncycastle.bcpkixfips.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<awssdk.version>1.12.501</awssdk.version>
<azure.storage.version>5.0.0</azure.storage.version>
<bouncycastle.version>1.74</bouncycastle.version>
<bouncycastle.bc-fips.version>1.0.2.4</bouncycastle.bc-fips.version>
<bouncycastle.bcpkix.fips.version>1.0.5</bouncycastle.bcpkix.fips.version>
<bouncycastle.bcfips.version>1.0.2.4</bouncycastle.bcfips.version>
<bouncycastle.bcpkixfips.version>1.0.5</bouncycastle.bcpkixfips.version>
<classworlds.version>1.1</classworlds.version>
<checkerframework.version>3.33.0</checkerframework.version>
<commons.cli.version>1.2</commons.cli.version>
Expand Down Expand Up @@ -437,14 +437,14 @@
<!-- for FIPS JAR -->
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>${bouncycastle.bc-fips.version}</version>
<version>${bouncycastle.bcfips.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- for FIPS JAR -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>${bouncycastle.bcpkix.fips.version}</version>
<version>${bouncycastle.bcpkixfips.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 04cfd64

Please sign in to comment.