Skip to content

Commit

Permalink
Merge pull request #141 from ExclamationLabs/2024/07/FIN-11826_Upgrad…
Browse files Browse the repository at this point in the history
…e_BouncyCastle

Upgrade BouncyCastle Packages - Vulnerability Fix, refs #FIN-11826
  • Loading branch information
mdowling305 authored Jul 11, 2024
2 parents fce4914 + b6fd5ce commit 75920d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and minimize the interactions with the ConnId framework and have much of that
taken care of by a common API.

# Change Log
+ **4.2.3** - FIN-11826 - Upgraded BouncyCastle Package(s) to Resolve Vulnerabilities (07/11/2024)
+ **4.2.2** - FIN-11820 - Secure RSA256 fields (for Docusign) (05/29/2024)
+ **4.2.1** - FIN-11820 - Add JWTRS256Authenticator Public RSA Key support (for Docusign) (05/24/2024)
+ **4.2** - FIN-492 - Secure all Auth password (05/23/2024)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'commons-codec:commons-codec:1.15'

// PEM Private key support
implementation 'org.bouncycastle:bcpkix-jdk18on:1.76'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'

implementation 'ch.qos.logback:logback-classic:1.2.13'
implementation 'ch.qos.logback:logback-core:1.2.13'
Expand Down
6 changes: 3 additions & 3 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ org.apache.logging.log4j:log4j-api:2.17.2=compileClasspath,runtimeClasspath,test
org.apache.logging.log4j:log4j-to-slf4j:2.17.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.tomcat.embed:tomcat-embed-el:9.0.83=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.bouncycastle:bcpkix-jdk18on:1.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcutil-jdk18on:1.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcpkix-jdk18on:1.78=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.78=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcutil-jdk18on:1.78=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hibernate.validator:hibernate-validator:6.2.5.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jboss.logging:jboss-logging:3.4.1.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.8.2=testCompileClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
software_version=4.2.2
software_version=4.2.3
test_connector_version=3.0.1
spring_boot_version=2.7.18

0 comments on commit 75920d5

Please sign in to comment.