From 2fb0dc78d486582387a1e8ec498b2818ecbc1ec7 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:11:39 +0000 Subject: [PATCH] Update java-socks-proxy-server to 4.1.1 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46d3d703..7a4cf391 100644 --- a/build.sbt +++ b/build.sbt @@ -115,7 +115,7 @@ lazy val client = project ("com.github.monkeywie" % "proxyee" % "1.7.6" % Test) .excludeAll("io.netty") .excludeAll("org.bouncycastle"), - "com.github.bbottema" % "java-socks-proxy-server" % "4.1.0" % Test, + "com.github.bbottema" % "java-socks-proxy-server" % "4.1.1" % Test, "org.scalameta" %% "munit" % munit % Test, "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test