This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/main by this push:
     new 7627547cba [NO_ISSUE] Fix netty-related CVE. Unify versions to 
4.1.118.Final (#3169)
7627547cba is described below

commit 7627547cba787df0f5c67fa5d20f0c3cb61c1a4d
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Feb 28 09:25:02 2025 +0100

    [NO_ISSUE] Fix netty-related CVE. Unify versions to 4.1.118.Final (#3169)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 build/optaplanner-build-parent/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/build/optaplanner-build-parent/pom.xml 
b/build/optaplanner-build-parent/pom.xml
index 6dfd6ae0f1..11fb81a18f 100644
--- a/build/optaplanner-build-parent/pom.xml
+++ b/build/optaplanner-build-parent/pom.xml
@@ -47,6 +47,7 @@
     <version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
     
<version.io.quarkiverse.operatorsdk>6.6.7</version.io.quarkiverse.operatorsdk>
     <version.io.quarkus>3.15.3</version.io.quarkus>
+    <version.io.netty>4.1.118.Final</version.io.netty>
     <version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
     <version.org.apache.commons.text>1.11.0</version.org.apache.commons.text>
     <version.org.apache.openjpa>4.0.0</version.org.apache.openjpa>
@@ -191,6 +192,17 @@
         <version>${version.io.quarkiverse.operatorsdk}</version>
       </dependency>
 
+      <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>
+
       <!-- OpenRewrite -->
       <dependency>
         <groupId>org.openrewrite.recipe</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to