Skip to content

Commit

Permalink
Fixes piranhacloud#4380 - Upgrade to Netty 4.1.115.Final (piranhaclou…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 14, 2024
1 parent d3c12c7 commit 58e9d41
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<microprofile-jwt-auth.version>3.0.0</microprofile-jwt-auth.version>
<mojarra.version>4.1.2</mojarra.version>
<netty.version>4.1.114.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>
<nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
<omni-mp-config.version>3.0.0</omni-mp-config.version>
<omnibeans.version>0.3</omnibeans.version>
Expand Down Expand Up @@ -949,6 +949,23 @@
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>io.netty</groupId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[4.2.0.Alpha1,)</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.apache.maven.plugins</groupId>
<ignoreVersions>
<ignoreVersion>
<version>4.0.0-beta-1</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
Expand Down

0 comments on commit 58e9d41

Please sign in to comment.