From 8f89faf8c846c64a2925e7f1ffd37f976f0859e3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 25 Mar 2026 00:41:48 +0000 Subject: [PATCH] Update netty-common to 4.1.132.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 183dbdc..e0162c0 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val netty = (projectMatrix in file("odelay-netty")) .settings( name := "odelay-netty", description := "an odelay.Timer implementation backed by netty 4", - libraryDependencies += "io.netty" % "netty-common" % "4.1.112.Final" + libraryDependencies += "io.netty" % "netty-common" % "4.1.132.Final" ) .jvmPlatform( scalaVersions = scala2 ++ scala3,