From 9abe24eaf7f3f7e3dd4f3143339ca1fe6a8486f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:03:58 +0000 Subject: [PATCH] Update dependency org.scala-lang:scala3-library_3 to v3.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2430f3e..a818b481 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation 'org.slf4j:jul-to-slf4j:2.0.12' testRuntimeOnly 'ch.qos.logback:logback-classic:1.3.4' - testImplementation 'org.scala-lang:scala3-library_3:3.3.1' + testImplementation 'org.scala-lang:scala3-library_3:3.4.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'