From 97236a228338907fbf04665bd45343db9ad8db0c Mon Sep 17 00:00:00 2001 From: Emmanuel GALLOIS Date: Wed, 10 Jun 2026 11:09:42 +0200 Subject: [PATCH] fix(QTDI-3014): bump netty to 4.1.135.Final --- .../component-runtime-http-junit/pom.xml | 2 +- .../component-runtime-testing-spark/pom.xml | 4 ++++ singer-parent/component-kitap/pom.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/component-runtime-testing/component-runtime-http-junit/pom.xml b/component-runtime-testing/component-runtime-http-junit/pom.xml index 894db1c903d7f..24d1440f75a67 100644 --- a/component-runtime-testing/component-runtime-http-junit/pom.xml +++ b/component-runtime-testing/component-runtime-http-junit/pom.xml @@ -28,7 +28,7 @@ JUnit integration to simplify the HTTP API testing/mocking. - 4.1.132.Final + 4.1.135.Final ${talend.build.name.base}.junit.http diff --git a/component-runtime-testing/component-runtime-testing-spark/pom.xml b/component-runtime-testing/component-runtime-testing-spark/pom.xml index dc03d926ba014..e2a46505f9a05 100644 --- a/component-runtime-testing/component-runtime-testing-spark/pom.xml +++ b/component-runtime-testing/component-runtime-testing-spark/pom.xml @@ -116,6 +116,10 @@ org.lz4 lz4-java + + io.netty + * + diff --git a/singer-parent/component-kitap/pom.xml b/singer-parent/component-kitap/pom.xml index e5c1ae712366c..1016cee72fa80 100644 --- a/singer-parent/component-kitap/pom.xml +++ b/singer-parent/component-kitap/pom.xml @@ -92,6 +92,10 @@ org.lz4 lz4-java + + io.netty + * +