Skip to content

Commit 26fa3c8

Browse files
authored
Merge pull request #1415 from scala-steward/update/3.0.x/patches
[3.0.x] Patch updates
2 parents 2644b97 + f55fdbe commit 26fa3c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.18"
1010
val scala3 = "3.3.8"
1111

12-
val logback = Seq("ch.qos.logback" % "logback-core" % "1.6.1")
12+
val logback = Seq("ch.qos.logback" % "logback-core" % "1.6.2")
1313

1414
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.7")
1515

@@ -42,7 +42,7 @@ object Dependencies {
4242

4343
val nettyVersion = "4.1.137.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
4444
val asyncHttpClient = Seq(
45-
("org.asynchttpclient" % "async-http-client" % "2.16.0") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
45+
("org.asynchttpclient" % "async-http-client" % "2.16.1") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
4646
.exclude("com.typesafe.netty", "netty-reactive-streams") // ... exclude netty-reactive-streams and ...
4747
.excludeAll(ExclusionRule("io.netty")), // ... also exclude all netty dependencies and pull in ...
4848
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.19", // ... a new netty-reactive-streams (ahc v3 will drop it btw) ...

0 commit comments

Comments
 (0)