Skip to content

Commit

Permalink
Bump bouncycastle to jdk18on:1.78.1 (#5467)
Browse files Browse the repository at this point in the history
This commit update bouncycatle dependencies and 
update Google Cloud Batch and Google Cloud logging 
to a newer version that does not use anymore  bouncycatle.

Signed-off-by: Tom Sellman <[email protected]>
  • Loading branch information
tom-seqera authored Nov 8, 2024
1 parent 872be59 commit cd8c385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
api 'jline:jline:2.9'
api 'org.pf4j:pf4j:3.12.0'
api 'dev.failsafe:failsafe:3.1.0'
api 'org.bouncycastle:bcprov-ext-jdk15on:1.70'
api 'org.bouncycastle:bcpkix-jdk15on:1.70'
api 'org.bouncycastle:bcprov-ext-jdk18on:1.78.1'
api 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

testImplementation 'org.subethamail:subethasmtp:3.1.7'

Expand Down
6 changes: 2 additions & 4 deletions plugins/nf-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ dependencies {

api 'com.google.apis:google-api-services-lifesciences:v2beta-rev20210527-1.31.5'
api 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
api 'com.google.cloud:google-cloud-batch:0.29.0'
api 'com.google.cloud:google-cloud-logging:3.8.0'
api 'com.google.cloud:google-cloud-batch:0.53.0'
api 'com.google.cloud:google-cloud-logging:3.20.6'
api 'com.google.cloud:google-cloud-nio:0.124.8'
api 'com.google.cloud:google-cloud-storage:2.9.3'
api 'com.google.code.gson:gson:2.10.1'
// include protobuf to address vulnerability issues
runtimeOnly 'com.google.protobuf:protobuf-java:3.25.5'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.apache.groovy:groovy:4.0.24"
Expand Down

0 comments on commit cd8c385

Please sign in to comment.