You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/24 14:14:03 UTC

[camel] 01/02: CAMEL-17329: Upgrade Roaster as we drop Java 8

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

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

commit 0e460426832075024085894b73ffe140b62577e7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 24 15:13:24 2021 +0100

    CAMEL-17329: Upgrade Roaster as we drop Java 8
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9c8caa6..8872e8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -470,8 +470,7 @@
         <resteasy-version>4.5.6.Final</resteasy-version>
         <ribbon-version>2.3.0</ribbon-version>
         <servo-version>0.10.1</servo-version>
-        <!-- roaster 2.23.x does not work with java 8 -->
-        <roaster-version>2.22.3.Final</roaster-version>
+        <roaster-version>2.23.2.Final</roaster-version>
         <robotframework-version>4.1.2</robotframework-version>
         <rome-version>1.16.0</rome-version>
         <rxjava-version>1.3.8</rxjava-version>