Skip to content

Commit

Permalink
[RESTEASY-3394] Upgrade Vert.x to 4.4.5. This is due to 4.3.x not wor…
Browse files Browse the repository at this point in the history
…king with Netty 4.1.92+ and versions below 4.1.99 have a CVE which should be addressed.

https://issues.redhat.com/browse/RESTEASY-3394
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Oct 5, 2023
1 parent 08bbc20 commit 29e332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resteasy-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<version.commons-codec.commons-codec>1.15</version.commons-codec.commons-codec>
<version.hamcrest>1.3</version.hamcrest>
<version.io.netty.netty4>4.1.91.Final</version.io.netty.netty4>
<version.io.vertx>4.2.7</version.io.vertx>
<version.io.vertx>4.4.5</version.io.vertx>
<version.io.undertow>2.2.26.Final</version.io.undertow>
<version.jakarta.activation>1.2.2</version.jakarta.activation>
<version.jakarta.enterprise.cdi-api>2.0.2</version.jakarta.enterprise.cdi-api>
Expand Down

0 comments on commit 29e332a

Please sign in to comment.