From 9b251c5c021ebc565f7111f1a0024417a637ec32 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Mon, 28 Oct 2024 10:23:53 +0100 Subject: [PATCH] Upgrade to Camel 4.8.1 https://camel.apache.org/blog/2024/10/RELEASE-4.8.1/ See gh-1631 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index ba39d07e376..a419268b062 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -829,7 +829,7 @@ initializr: compatibilityRange: "[3.2.0,3.4.0-M1)" mappings: - compatibilityRange: "[3.2.0,3.4.0-M1)" - version: 4.8.0 + version: 4.8.1 description: Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. groupId: org.apache.camel.springboot artifactId: camel-spring-boot-starter