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 2023/07/13 08:25:01 UTC

[camel] branch avro-1.11.2 created (now d86d05db72a)

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

acosentino pushed a change to branch avro-1.11.2
in repository https://gitbox.apache.org/repos/asf/camel.git


      at d86d05db72a Upgrade Avro to version 1.11.2

This branch includes the following new commits:

     new d86d05db72a Upgrade Avro to version 1.11.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade Avro to version 1.11.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d86d05db72aa23e8c1e0c390785abd603968c936
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 10:12:42 2023 +0200

    Upgrade Avro to version 1.11.2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 328f77cfa0c..3b7b82fee70 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,9 +67,9 @@
         <atlasmap-version>2.5.2</atlasmap-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>
         <atmosphere-version>3.0.3</atmosphere-version>
-        <avro-version>1.11.1</avro-version>
-        <avro-ipc-jetty-version>1.11.1</avro-ipc-jetty-version>
-        <avro-ipc-netty-version>1.11.1</avro-ipc-netty-version>
+        <avro-version>1.11.2</avro-version>
+        <avro-ipc-jetty-version>1.11.2</avro-ipc-jetty-version>
+        <avro-ipc-netty-version>1.11.2</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
         <aws-java-sdk2-version>2.20.102</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>