You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/31 18:44:37 UTC

[camel] branch main updated: Go back to netty 4.1.79 as 4.1.80 does not work with vert.x - errors in camel-vertx-http

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e37bb1d4b3 Go back to netty 4.1.79 as 4.1.80 does not work with vert.x - errors in camel-vertx-http
8e37bb1d4b3 is described below

commit 8e37bb1d4b39fb5c2090d815b2d555d36d9d96d5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 20:44:24 2022 +0200

    Go back to netty 4.1.79 as 4.1.80 does not work with vert.x - errors in camel-vertx-http
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d2ffa822193..416aa84265b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -430,7 +430,7 @@
     <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
     <nessus-weka-version>1.0.1</nessus-weka-version>
     <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-    <netty-version>4.1.80.Final</netty-version>
+    <netty-version>4.1.79.Final</netty-version>
     <networknt-json-schema-validator-version>1.0.72</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
     <nitrite-version>3.4.4</nitrite-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 00382ea6c1d..1b430c6bef0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -416,7 +416,7 @@
         <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
         <nessus-weka-version>1.0.1</nessus-weka-version>
         <neoscada-version>0.4.0</neoscada-version>
-        <netty-version>4.1.80.Final</netty-version>
+        <netty-version>4.1.79.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.72</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>