You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/03 09:31:34 UTC

[camel] 01/02: Upgrade Avro and related bundle to version 1.9.1

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

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

commit 81701d97c53d1051b75733817f75ff488feb5760
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 11:28:50 2019 +0200

    Upgrade Avro and related bundle to version 1.9.1
---
 parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 14632e4..846eeb7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -79,12 +79,12 @@
         <automaton-bundle-version>1.11-8_1</automaton-bundle-version>
         <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
         <avalon-version>4.3.1</avalon-version>
-        <avro-version>1.9.0</avro-version>
+        <avro-version>1.9.1</avro-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
-        <avro-ipc-jetty-version>1.9.0</avro-ipc-jetty-version>
-        <avro-ipc-netty-version>1.9.0</avro-ipc-netty-version>
+        <avro-ipc-jetty-version>1.9.1</avro-ipc-jetty-version>
+        <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
-        <avro-bundle-version>1.8.2_1</avro-bundle-version>
+        <avro-bundle-version>1.9.1_1</avro-bundle-version>
         <awaitility-version>4.0.1</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.636_1</aws-java-sdk-bundle-version>
         <aws-java-sdk-version>1.11.636</aws-java-sdk-version>