Skip to content

Commit d88281c

Browse files
authored
Bump versions for newer JDK compatibility (#289)
Jacoco and Lombok version bumps to work with JDK 17+
1 parent ccc1fc8 commit d88281c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ configurations.all {
2222
}
2323

2424
lombok {
25-
version = "1.18.4"
25+
version = "1.18.30"
2626
}
2727

2828
repositories {
@@ -81,7 +81,7 @@ dependencies {
8181
}
8282

8383
jacoco {
84-
toolVersion = "0.8.2"
84+
toolVersion = "0.8.11"
8585
}
8686

8787
jacocoTestReport {

0 commit comments

Comments
 (0)