Skip to content

Commit

Permalink
Update netty monorepo to v4.1.95.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2023
1 parent 4f75fca commit b860d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {

testImplementation 'org.scala-lang:scala3-library_3:3.3.0'
// pinned due to netty-tcnative-boringssl-static being pinned
testImplementation 'io.netty:netty-buffer:4.1.73.Final'
testImplementation 'io.netty:netty-handler:4.1.73.Final'
testImplementation 'io.netty:netty-buffer:4.1.95.Final'
testImplementation 'io.netty:netty-handler:4.1.95.Final'
// pinned: https://github.com/netty/netty-tcnative/issues/716
testRuntimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.47.Final'
// required by ScalaTest
Expand Down

0 comments on commit b860d6c

Please sign in to comment.