Skip to content

Commit cd8c385

Browse files
authored
Bump bouncycastle to jdk18on:1.78.1 (#5467)
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 <tom.sellman@seqera.io>
1 parent 872be59 commit cd8c385

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

modules/nextflow/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ dependencies {
4747
api 'jline:jline:2.9'
4848
api 'org.pf4j:pf4j:3.12.0'
4949
api 'dev.failsafe:failsafe:3.1.0'
50-
api 'org.bouncycastle:bcprov-ext-jdk15on:1.70'
51-
api 'org.bouncycastle:bcpkix-jdk15on:1.70'
50+
api 'org.bouncycastle:bcprov-ext-jdk18on:1.78.1'
51+
api 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
5252

5353
testImplementation 'org.subethamail:subethasmtp:3.1.7'
5454

plugins/nf-google/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ dependencies {
3939

4040
api 'com.google.apis:google-api-services-lifesciences:v2beta-rev20210527-1.31.5'
4141
api 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
42-
api 'com.google.cloud:google-cloud-batch:0.29.0'
43-
api 'com.google.cloud:google-cloud-logging:3.8.0'
42+
api 'com.google.cloud:google-cloud-batch:0.53.0'
43+
api 'com.google.cloud:google-cloud-logging:3.20.6'
4444
api 'com.google.cloud:google-cloud-nio:0.124.8'
4545
api 'com.google.cloud:google-cloud-storage:2.9.3'
4646
api 'com.google.code.gson:gson:2.10.1'
47-
// include protobuf to address vulnerability issues
48-
runtimeOnly 'com.google.protobuf:protobuf-java:3.25.5'
4947

5048
testImplementation(testFixtures(project(":nextflow")))
5149
testImplementation "org.apache.groovy:groovy:4.0.24"

0 commit comments

Comments
 (0)