Skip to content

Commit c0a64aa

Browse files
build: Update Java from 21 to 25 (#97)
1 parent 5629ec0 commit c0a64aa

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
@@ -29,7 +29,7 @@ Once the system is running, navigate to http://localhost:8080/
2929
to view the Swagger documentation.
3030

3131
## Technology
32-
- [JDK21](https://openjdk.org/projects/jdk/21/) - Latest JDK with long-term support
32+
- [JDK25](https://openjdk.org/projects/jdk/25/) - Latest JDK with long-term support
3333
- [Kotlin](https://github.com/JetBrains/kotlin) - Programming language with Java interoperability
3434
- [Gradle](https://github.com/gradle/gradle) - Used for compilation, building, testing and dependency management
3535
- [Spring Boot Web MVC](https://github.com/spring-projects/spring-boot) - For creating REST APIs

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
kotlin {
13-
jvmToolchain(21)
13+
jvmToolchain(25)
1414
compilerOptions {
1515
freeCompilerArgs.addAll("-Xjsr305=strict")
1616
}

0 commit comments

Comments
 (0)