Skip to content

Commit

Permalink
Merge pull request #1382 from davsclaus
Browse files Browse the repository at this point in the history
* pr/1382:
  Upgrade to Camel 4.3.0

Closes gh-1382
  • Loading branch information
snicoll committed Dec 20, 2023
2 parents 35584dc + b614c3b commit 8bb2d08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,12 @@ initializr:
href: https://rsocket.io/
- name: Apache Camel
id: camel
compatibilityRange: "[3.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
mappings:
- compatibilityRange: "[3.0.0,3.2.0-M1)"
version: 4.2.0
- compatibilityRange: "[3.2.0-M1,3.3.0-M1)"
version: 4.3.0
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
Expand Down

0 comments on commit 8bb2d08

Please sign in to comment.