Skip to content

Commit

Permalink
Bump versions for newer JDK compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Nov 8, 2023
1 parent ccc1fc8 commit 8a99e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ configurations.all {
}

lombok {
version = "1.18.4"
version = "1.18.30"
}

repositories {
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
}

jacoco {
toolVersion = "0.8.2"
toolVersion = "0.8.11"
}

jacocoTestReport {
Expand Down

0 comments on commit 8a99e04

Please sign in to comment.