Skip to content

Commit 2c19ac8

Browse files
committed
Update to jdk 21
1 parent 3eeb5eb commit 2c19ac8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ subprojects {
2121
apply plugin: 'com.github.ben-manes.versions'
2222

2323
java {
24-
targetCompatibility = JavaVersion.VERSION_17
25-
sourceCompatibility = JavaVersion.VERSION_17
24+
targetCompatibility = JavaVersion.VERSION_21
25+
sourceCompatibility = JavaVersion.VERSION_21
2626
}
2727

2828
repositories {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
errorprone = "2.42.0"
2+
errorprone = "2.43.0"
33
jackson = "2.20.1"
44
jersey = "3.1.11"
55
junit = "6.0.1"

0 commit comments

Comments
 (0)