Skip to content

Commit 34280f3

Browse files
committed
feat: update Java version from 24 to 25 in pom.xml and CI workflow
1 parent 757599f commit 34280f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
14-
- name: Set up JDK 24
14+
- name: Set up JDK 25
1515
uses: actions/setup-java@v5
1616
with:
1717
distribution: 'temurin' # See 'Supported distributions' for available options
18-
java-version: '24'
18+
java-version: '25'
1919
- name: Cache SonarCloud packages
2020
uses: actions/cache@v4
2121
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot efficient search api</description>
1616

1717
<properties>
18-
<java.version>24</java.version>
18+
<java.version>25</java.version>
1919

2020
<!-- SonarCloud -->
2121
<sonar.organization>raouf25-github</sonar.organization>

0 commit comments

Comments
 (0)