You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/02/15 12:47:25 UTC

[camel-kafka-connector] 03/03: Resolve netty conflicts preventing Azure tests from running successfully

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

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 608b361abca6ad88847a52b102412cd1744ad956
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Feb 15 13:19:21 2021 +0100

    Resolve netty conflicts preventing Azure tests from running successfully
---
 tests/itests-azure-storage-blob/pom.xml  | 2 +-
 tests/itests-azure-storage-queue/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/itests-azure-storage-blob/pom.xml b/tests/itests-azure-storage-blob/pom.xml
index 5f145d2..40cc3db 100644
--- a/tests/itests-azure-storage-blob/pom.xml
+++ b/tests/itests-azure-storage-blob/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>itests-azure-storage-blob</artifactId>
 
     <properties>
-        <version.netty.azure>4.1.49.Final</version.netty.azure>
+        <version.netty.azure>4.1.54.Final</version.netty.azure>
     </properties>
 
     <dependencies>
diff --git a/tests/itests-azure-storage-queue/pom.xml b/tests/itests-azure-storage-queue/pom.xml
index 618eac0..b2f3829 100644
--- a/tests/itests-azure-storage-queue/pom.xml
+++ b/tests/itests-azure-storage-queue/pom.xml
@@ -29,7 +29,7 @@
     <name>Camel-Kafka-Connector :: Tests :: Azure Storage Queue</name>
 
     <properties>
-        <version.netty.azure>4.1.49.Final</version.netty.azure>
+        <version.netty.azure>4.1.54.Final</version.netty.azure>
     </properties>
 
     <dependencies>