Skip to content

Commit

Permalink
MODLOGSAML-191: Upgrade to Vert.x 4.5.7 and RMB 35.2.2 and Netty 4.1.…
Browse files Browse the repository at this point in the history
…108.Final

The Vert.x upgrade indirectly upgrades Netty from 4.1.107.Final to 4.1.108.Final fixing
https://nvd.nist.gov/vuln/detail/CVE-2024-29025
Allocation of Resources Without Limits or Throttling
  • Loading branch information
julianladisch committed May 16, 2024
1 parent 064e54e commit cbe417e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<raml-module-builder-version>35.2.0</raml-module-builder-version>
<raml-module-builder-version>35.2.2</raml-module-builder-version>
<generate_routing_context>/saml/callback,/saml/callback-with-expiry,/saml/regenerate,/saml/login,/saml/check,/saml/configuration
</generate_routing_context>

Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
<version>4.5.5</version>
<version>4.5.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit cbe417e

Please sign in to comment.