Skip to content

Commit 6c4e2c9

Browse files
authored
Upgrade to IDEA 2025.2.3 (#1193)
1 parent 50bbac0 commit 6c4e2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
44-
version: [2025.2.2]
44+
version: [2025.2.3]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ camelVersion = 4.14.1
22
camelQuarkusVersion = 3.27.0
33
camelKameletVersion = 4.14.1
44
camelKarafVersion = 3.22.4
5-
ideaVersion=2025.2.2
5+
ideaVersion=2025.2.3
66
mavenResolverVersion=1.9.22
77

88
org.jetbrains.intellij.platform.downloadSources=true

0 commit comments

Comments
 (0)