This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new a43fe02a8bc NO-ISSUE: Fix netty-related CVE. Unify versions to
4.1.118.Final (#2947)
a43fe02a8bc is described below
commit a43fe02a8bc21aaf5e9982426fd6f02fe376f0b8
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Feb 28 00:03:03 2025 +0100
NO-ISSUE: Fix netty-related CVE. Unify versions to 4.1.118.Final (#2947)
Co-authored-by: Gabriele-Cardosi <[email protected]>
Co-authored-by: Tiago Bento <[email protected]>
---
packages/maven-base/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/packages/maven-base/pom.xml b/packages/maven-base/pom.xml
index f883263ad1f..7c15b6c845a 100644
--- a/packages/maven-base/pom.xml
+++ b/packages/maven-base/pom.xml
@@ -139,6 +139,7 @@
<version.org.kie.j2cl.tools.yaml.mapper>0.4</version.org.kie.j2cl.tools.yaml.mapper>
<version.j2cl.maven.plugin>0.23.0</version.j2cl.maven.plugin>
<version.jacoco.maven.plugin>0.8.12</version.jacoco.maven.plugin>
+ <version.io.netty>4.1.118.Final</version.io.netty>
</properties>
<dependencyManagement>
@@ -208,6 +209,17 @@
<!-- 3rd party -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>${version.io.netty}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-common</artifactId>
+ <version>${version.io.netty}</version>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]