Skip to content

Commit c69f6b9

Browse files
build: Update Java from 21 to 25 (#97)
1 parent 3b565aa commit c69f6b9

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
@@ -208,7 +208,7 @@ Once the entire system is running, you can view the Swagger documentation at:
208208

209209
## Technology
210210

211-
- [JDK21](https://openjdk.org/projects/jdk/21/) - Latest JDK with long-term support
211+
- [JDK25](https://openjdk.org/projects/jdk/25/) - Latest JDK with long-term support
212212
- [Gradle](https://github.com/gradle/gradle) - Used for compilation, building, testing and dependency management
213213
- [Spring Cloud AWS](https://github.com/awspring/spring-cloud-aws) - For interacting with Amazon Web Services SQS and SNS
214214
- [LocalStack](https://github.com/localstack/localstack) - For testing Amazon Web Services SQS and SNS locally

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)