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 2020/03/02 09:23:10 UTC

[camel-spring-boot] 01/06: Align dependencies to camel master: Avro version to 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-spring-boot.git

commit 490772f3ac8ac7048bcf0421750365a0ea12153c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:00:17 2020 +0100

    Align dependencies to camel master: Avro version to 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4ef775..707634a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <arquillian-version>1.5.0.Final</arquillian-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>
         <atomix-version>1.0.8</atomix-version>
-        <avro-version>1.8.1</avro-version>
+        <avro-version>1.9.1</avro-version>
         <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <curator-version>2.12.0</curator-version>