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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 483282a9474 CAMEL-17748: Apache Any23 2.7, 2.6 or 2.5 does not compile 
with JDK8. Going back to 2.4
483282a9474 is described below

commit 483282a94740deb5ab8638cdfedc8ea37a06bbfd
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Sep 26 13:58:26 2022 +0200

    CAMEL-17748: Apache Any23 2.7, 2.6 or 2.5 does not compile with JDK8. Going 
back to 2.4
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9e79d06981e..fc9f627c584 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -36,7 +36,7 @@
     <activemq-artemis-version>2.19.0</activemq-artemis-version>
     <activemq-version>5.16.5</activemq-version>
     <ahc-version>2.12.3</ahc-version>
-    <apache-any23-version>2.7</apache-any23-version>
+    <apache-any23-version>2.4</apache-any23-version>
     <apache-drill-version>1.19.0</apache-drill-version>
     <apache-gora-version>0.9</apache-gora-version>
     <apacheds-version>2.0.0.AM26</apacheds-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 16b3464738e..3b0727b906e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -53,7 +53,7 @@
         <activemq-artemis-version>2.19.0</activemq-artemis-version>
         <ahc-version>2.12.3</ahc-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
-        <apache-any23-version>2.7</apache-any23-version>
+        <apache-any23-version>2.4</apache-any23-version>
         <apache-drill-version>1.19.0</apache-drill-version>
         <apache-gora-version>0.9</apache-gora-version>
         <arangodb-java-version>6.14.0</arangodb-java-version>

Reply via email to