Skip to content

Commit

Permalink
remove version pin. Pick version from bom
Browse files Browse the repository at this point in the history
  • Loading branch information
argha-c committed Feb 15, 2022
1 parent b9c298f commit 0dcc809
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:2.0.48.Final"
runtimeOnly "io.netty:netty-tcnative-boringssl-static"

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

0 comments on commit 0dcc809

Please sign in to comment.