Skip to content

Commit b723c94

Browse files
build: Update Java from 21 to 25 (#82)
1 parent f4509b1 commit b723c94

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

2929
## Technology
30-
- [JDK21](https://openjdk.org/projects/jdk/21/) - Latest JDK with long-term support
30+
- [JDK25](https://openjdk.org/projects/jdk/25/) - Latest JDK with long-term support
3131
- [Kotlin](https://github.com/JetBrains/kotlin) - Programming language with Java interoperability
3232
- [Gradle](https://github.com/gradle/gradle) - Used for compilation, building, testing and dependency management
3333
- [Spring WebFlux](https://docs.spring.io/spring-framework/reference/web/webflux.html) - For creating reactive 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)