Skip to content

Commit

Permalink
upgrade bouncycastle to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Jun 25, 2024
1 parent fe568b0 commit 6c24323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
testSupportImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
testSupportImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
testSupportImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testSupportImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
testSupportImplementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'

// test dependencies
testImplementation 'org.assertj:assertj-core:3.25.3'
Expand All @@ -88,7 +88,7 @@ dependencies {
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
integrationTestImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
integrationTestImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
integrationTestImplementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
integrationTestImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1'
integrationTestImplementation 'org.slf4j:slf4j-api:2.0.13'
}
Expand Down

0 comments on commit 6c24323

Please sign in to comment.