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:41:12 UTC

[camel] branch main updated: Upgrade Avro to version 1.11.2

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

acosentino 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 38984754719 Upgrade Avro to version 1.11.2
38984754719 is described below

commit 38984754719d2a6dd967f8fca4ad822bbaf0da43
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 4caf9cdd6a2..19f854be87b 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>