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-kogito-runtimes.git


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

commit a66733f68b78e29bc3b6eb0e778815d9515c9bd2
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Wed Feb 26 14:36:14 2025 +0100

    [NO_ISSUE] Fix netty-related CVE. Unify versions (#3852)
---
 kogito-build/kogito-dependencies-bom/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/kogito-build/kogito-dependencies-bom/pom.xml 
b/kogito-build/kogito-dependencies-bom/pom.xml
index acc71323f9..37e08481db 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -73,6 +73,8 @@
     <version.jakarta.validation-api>3.0.2</version.jakarta.validation-api>
     <version.jakarta.xml.bind-api>4.0.1</version.jakarta.xml.bind-api>
 
+    <version.io.netty>4.1.118.Final</version.io.netty>
+
     <version.io.cloudevents>2.3.0</version.io.cloudevents>
     <!--
     We add Fabric8 here to use as a basis for Addons/Kubernetes
@@ -422,6 +424,17 @@
         
<version>${version.io.smallrye.reactive.mutiny-vertx-web-client}</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>
+
       <!-- metrics - monitoring -->
       <dependency>
         <groupId>io.micrometer</groupId>


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

Reply via email to