Skip to content

Commit

Permalink
Merge pull request #12965 from [BEAM-5748] Upgrade conscrypt to lates…
Browse files Browse the repository at this point in the history
…t version

[BEAM-5748] Upgrade conscrypt to latest version
  • Loading branch information
boyuanzz committed Sep 30, 2020
2 parents 943a948 + 8887f0f commit 443cf83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runners/google-cloud-dataflow-java/worker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
shadow library.java.vendored_guava_26_0_jre
compile library.java.slf4j_api
compile "javax.servlet:javax.servlet-api:3.1.0"
compile "org.conscrypt:conscrypt-openjdk:1.1.3:linux-x86_64"
compile "org.conscrypt:conscrypt-openjdk:2.5.1:linux-x86_64"
compile "org.eclipse.jetty:jetty-server:9.2.10.v20150310"
compile "org.eclipse.jetty:jetty-servlet:9.2.10.v20150310"
compile library.java.error_prone_annotations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ applyJavaNature(

// TODO(BEAM-6136): Enable relocation for conscrypt
dependencies {
include(dependency("org.conscrypt:conscrypt-openjdk:1.1.3:linux-x86_64"))
include(dependency("org.conscrypt:conscrypt-openjdk:2.5.1:linux-x86_64"))
}

dependencies {
Expand Down Expand Up @@ -211,7 +211,7 @@ dependencies {
compile project(":sdks:java:fn-execution")
compile project(path: ":runners:google-cloud-dataflow-java:worker:windmill", configuration: "shadow")
shadow library.java.vendored_guava_26_0_jre
compile "org.conscrypt:conscrypt-openjdk:1.1.3:linux-x86_64"
compile "org.conscrypt:conscrypt-openjdk:2.5.1:linux-x86_64"
compile "org.eclipse.jetty:jetty-server:9.2.10.v20150310"
compile "org.eclipse.jetty:jetty-servlet:9.2.10.v20150310"
provided library.java.error_prone_annotations
Expand Down

0 comments on commit 443cf83

Please sign in to comment.