Skip to content

Commit 2a5a7f9

Browse files
build: Update Java from 21 to 25 (#85)
1 parent 915cfb3 commit 2a5a7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Once the system is running, navigate to http://localhost:8080/
2828
to view the Swagger documentation.
2929

3030
## Technology
31-
- [JDK21](https://openjdk.org/projects/jdk/21/) - Latest JDK with long-term support
31+
- [JDK25](https://openjdk.org/projects/jdk/25/) - Latest JDK with long-term support
3232
- [Gradle](https://github.com/gradle/gradle) - Used for compilation, building, testing and dependency management
3333
- [Spring Boot Web MVC](https://github.com/spring-projects/spring-boot) - For creating REST APIs
3434
- [Springdoc](https://github.com/springdoc/springdoc-openapi) - Provides Swagger documentation for REST APIs

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.0.1-SNAPSHOT"
77

88
java {
99
toolchain {
10-
languageVersion = JavaLanguageVersion.of(21)
10+
languageVersion = JavaLanguageVersion.of(25)
1111
}
1212
}
1313

0 commit comments

Comments
 (0)