Skip to content

Commit

Permalink
Specify version explicitly for boringssl (Netflix#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
argha-c committed Mar 18, 2022
1 parent 2da2f29 commit d63aa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

implementation "io.netty.incubator:netty-incubator-transport-native-io_uring:${versions_netty_io_uring}:linux-x86_64"

runtimeOnly "io.netty:netty-tcnative-boringssl-static"
runtimeOnly "io.netty:netty-tcnative-boringssl-static:2.0.48.Final"

implementation 'io.perfmark:perfmark-api:0.24.0'
implementation 'javax.inject:javax.inject:1'
Expand Down

0 comments on commit d63aa14

Please sign in to comment.