Skip to content

Commit e20166d

Browse files
committed
Fix the rest of the build issues too =)
1 parent a9ff511 commit e20166d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gson = { module = "com.google.code.gson:gson", version = "2.8.9" }
77
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "23.0.0" }
88
junit-core = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
99
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
10-
lombok = { module = "org.projectlombok:lombok", version = "1.18.32" }
10+
lombok = { module = "org.projectlombok:lombok", version = "1.18.42" }
1111

1212
[plugins]
1313
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)