diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index ecaa1bc3..e98366a9 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- version: [2023.1.7, 2023.2.7, 2023.3.7, 2024.1.4]
+ version: [2023.1.7, 2023.2.7, 2023.3.7, 2024.1.6]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
diff --git a/build-all.sh b/build-all.sh
index 5082b50f..162740d1 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-for v in "2023.1.7" "2023.2.7" "2023.3.7" "2024.1.4"; do
+for v in "2023.1.7" "2023.2.7" "2023.3.7" "2024.1.6"; do
./build.sh $v
done
diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle
index 6e531be1..2a7626ec 100644
--- a/camel-idea-plugin/build.gradle
+++ b/camel-idea-plugin/build.gradle
@@ -37,7 +37,7 @@ patchPluginXml {
}
runPluginVerifier {
- ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.4" ]
+ ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.6" ]
}
// publishPlugin {
diff --git a/gradle.properties b/gradle.properties
index dbcfa914..9ccb641b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
camelVersion = 4.7.0
-camelQuarkusVersion = 3.12.0
+camelQuarkusVersion = 3.13.0
camelKameletVersion = 4.7.0
camelKarafVersion = 3.22.2
-ideaVersion=2024.1.4
+ideaVersion=2024.1.6
mavenResolverVersion=1.9.20
\ No newline at end of file
diff --git a/readme.md b/readme.md
index fa77d9e7..8275f4fe 100644
--- a/readme.md
+++ b/readme.md
@@ -99,7 +99,7 @@ Importing the project into IntelliJ as plug-in only require you choose ìmport f
#### Running the plug-in with a previous versions of IDEA
-The plugin is tested with `IDEA 2024.1.4` or newer, but if you want to try with an older version you can follow this guide
+The plugin is tested with `IDEA 2024.1.6` or newer, but if you want to try with an older version you can follow this guide
> - Follow the guide [build from source](#buildingfromsource)
> - Change the attribute `` in `camel-idea-plugin/src/main/resources/META-INF/plugin.xml` to match the version. please see [document](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html) for build number description