From ce5325d5c52076ce73a011f03f32f1844f60e898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:18:29 +0000 Subject: [PATCH] Update netty monorepo to v4.1.96.Final --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 31f28b5c..bb4a1534 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,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.96.Final' + testImplementation 'io.netty:netty-handler:4.1.96.Final' // pinned: https://github.com/netty/netty-tcnative/issues/716 testRuntimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.47.Final' // required by ScalaTest