This is an automated email from the ASF dual-hosted git repository.
thiagoelg 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 1f578fabf45 Upgrade Netty to 4.1.133.Final to address security
vulnerabilities (#3577)
1f578fabf45 is described below
commit 1f578fabf45949c314355ca213226a99ab775105
Author: athirakm94 <[email protected]>
AuthorDate: Thu May 14 20:08:58 2026 +0530
Upgrade Netty to 4.1.133.Final to address security vulnerabilities (#3577)
---
packages/dev-deployment-quarkus-blank-app/pom.xml | 2 +-
packages/maven-base/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/dev-deployment-quarkus-blank-app/pom.xml
b/packages/dev-deployment-quarkus-blank-app/pom.xml
index 2946c72bdea..744b023b941 100644
--- a/packages/dev-deployment-quarkus-blank-app/pom.xml
+++ b/packages/dev-deployment-quarkus-blank-app/pom.xml
@@ -60,7 +60,7 @@
<version.org.iq80.snappy>0.5</version.org.iq80.snappy>
<version.commons-io>2.20.0</version.commons-io>
<version.com.google.protobuf>3.25.5</version.com.google.protobuf>
- <version.io.netty>4.1.132.Final</version.io.netty>
+ <version.io.netty>4.1.133.Final</version.io.netty>
<!-- These versions are overrides for transitive dependencies, to fix
security vulnerabilities.
They need to be checked with Quarkus and Spring Boot upgrades and
eventually removed, if they are not needed anymore. -->
diff --git a/packages/maven-base/pom.xml b/packages/maven-base/pom.xml
index 5be97f509f1..ab8c419f97b 100644
--- a/packages/maven-base/pom.xml
+++ b/packages/maven-base/pom.xml
@@ -136,7 +136,7 @@
<version.org.junit.jupiter>5.13.4</version.org.junit.jupiter>
<version.org.mockito>5.18.0</version.org.mockito>
<version.org.kie.j2cl.tools.yaml.mapper>0.4</version.org.kie.j2cl.tools.yaml.mapper>
- <version.io.netty>4.1.132.Final</version.io.netty>
+ <version.io.netty>4.1.133.Final</version.io.netty>
<!-- These versions are overrides for transitive dependencies, to fix
security vulnerabilities.
They need to be checked with Quarkus and Spring Boot upgrades and
eventually removed, if they are not needed anymore. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]