From 93a157f81b0f0119d66d937a0e8a3ab10028ebf5 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sat, 23 Mar 2024 14:27:21 +0100 Subject: [PATCH] Upgrade to Camel 4.4.1 --- camel-idea-plugin/src/main/resources/META-INF/plugin.xml | 1 + gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/camel-idea-plugin/src/main/resources/META-INF/plugin.xml b/camel-idea-plugin/src/main/resources/META-INF/plugin.xml index 0a1278b5..1bbe4eb1 100644 --- a/camel-idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/camel-idea-plugin/src/main/resources/META-INF/plugin.xml @@ -11,6 +11,7 @@ +
  • Upgrade to Camel 4.4.1
  • Upgrade to IDEA 2023.3.6
  • ]]> diff --git a/gradle.properties b/gradle.properties index 62fe6b3d..93dfd9ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -camelVersion = 4.4.0 -camelQuarkusVersion = 3.8.0 +camelVersion = 4.4.1 +camelQuarkusVersion = 3.8.1 camelKameletVersion = 4.4.0 -camelKarafVersion = 3.22.0 +camelKarafVersion = 3.22.1 ideaVersion=2023.3.6 mavenResolverVersion=1.9.18 \ No newline at end of file