From 82c080560bf05d5077b973da812c42b6c5f45a1e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 Apr 2024 00:19:26 +0000 Subject: [PATCH] Update netty-common to 4.1.109.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 602e82b..6f0e26a 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,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.107.Final" + libraryDependencies += "io.netty" % "netty-common" % "4.1.109.Final" ) .jvmPlatform( scalaVersions = scala2 ++ scala3,