Skip to content

Commit

Permalink
Merge pull request #701 from http4s/update/series/0.5/java-socks-prox…
Browse files Browse the repository at this point in the history
…y-server-4.1.1

Update java-socks-proxy-server to 4.1.1 in series/0.5
  • Loading branch information
hamnis authored Sep 25, 2024
2 parents 0871dde + 2fb0dc7 commit fe8445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8445a

Please sign in to comment.