Skip to content

Commit

Permalink
Update netty-tcnative-boringssl-static to 2.0.42.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
ops+github@gatling.io authored and slandelle committed Sep 13, 2021
1 parent c96f4b9 commit 008252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
private val nettyDns = netty.organization % "netty-resolver-dns" % netty.revision
private val nettyEpoll = netty.organization % "netty-transport-native-epoll" % netty.revision classifier "linux-x86_64"
private val nettyHttp2 = netty.organization % "netty-codec-http2" % netty.revision
private val nettyBoringSsl = netty.organization % "netty-tcnative-boringssl-static" % "2.0.41.Final"
private val nettyBoringSsl = netty.organization % "netty-tcnative-boringssl-static" % "2.0.42.Final"
private val brotli4j = "com.aayushatharva.brotli4j" % "brotli4j" % "1.6.0"
private val brotli4jMacOs = brotli4j.withName("native-osx-x86_64")
private val brotli4jLinuxX86 = brotli4j.withName("native-linux-x86_64")
Expand Down

0 comments on commit 008252d

Please sign in to comment.