Skip to content

Commit

Permalink
bump: reactor-netty-core 1.1.12 (#472)
Browse files Browse the repository at this point in the history
* Override reactor-netty-core from r2dbc-postgresql to include Netty 4.1.100, fixing CVE-2023-4586
  • Loading branch information
patriknw authored Oct 23, 2023
1 parent c4eaada commit 1876442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ object Dependencies {
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.RELEASE" // ApacheV2
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.2.RELEASE" // ApacheV2

// Override reactor-netty-core from r2dbc-postgresql to include Netty 4.1.100, fixing CVE-2023-4586
val reactorNetty = "io.projectreactor.netty" % "reactor-netty-core" % "1.1.12"

val h2 = "com.h2database" % "h2" % H2Version % Provided // EPL 1.0
val r2dbcH2 = "io.r2dbc" % "r2dbc-h2" % R2dbcH2Version % Provided // ApacheV2
}
Expand Down Expand Up @@ -55,6 +58,7 @@ object Dependencies {
r2dbcSpi,
r2dbcPool,
r2dbcPostgres,
reactorNetty,
h2,
r2dbcH2,
TestDeps.akkaPersistenceTck,
Expand Down

0 comments on commit 1876442

Please sign in to comment.