Skip to content

Commit 165bc1e

Browse files
committed
Update dependencies
Signed-off-by: Taylor Smock <[email protected]>
1 parent dedb3df commit 165bc1e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

build.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import kotlin.reflect.full.starProjectedType
1212

1313
plugins {
1414
id("application")
15-
id("com.diffplug.spotless") version "6.9.1"
16-
id("com.github.ben-manes.versions") version "0.42.0"
17-
id("com.github.spotbugs") version "5.0.9"
18-
id("net.ltgt.errorprone") version "2.0.2"
19-
id("org.openstreetmap.josm") version "0.8.0"
20-
id("org.sonarqube") version "3.4.0.2513"
15+
id("com.diffplug.spotless") version "6.20.0"
16+
id("com.github.ben-manes.versions") version "0.47.0"
17+
id("com.github.spotbugs") version "5.0.14"
18+
id("net.ltgt.errorprone") version "3.1.0"
19+
id("org.openstreetmap.josm") version "0.8.2"
20+
id("org.sonarqube") version "4.3.0.3225"
2121
//id("org.checkerframework") version "0.6.14"
2222

2323
eclipse
@@ -58,13 +58,13 @@ java.targetCompatibility = JavaVersion.VERSION_1_8
5858
val versions = mapOf(
5959
"awaitility" to "4.2.0",
6060
// Errorprone 2.11 requires Java 11+
61-
"errorprone" to if (JavaVersion.current() >= JavaVersion.VERSION_11) "2.15.0" else "2.10.0",
61+
"errorprone" to if (JavaVersion.current() >= JavaVersion.VERSION_11) "2.20.0" else "2.10.0",
6262
"jdatepicker" to "1.3.4",
6363
"jmockit" to "1.49",
64-
"junit" to "5.9.0",
64+
"junit" to "5.9.3",
6565
"pmd" to "6.42.0",
66-
"spotbugs" to "4.7.1",
67-
"wiremock" to "2.33.2"
66+
"spotbugs" to "4.7.3",
67+
"wiremock" to "2.35.0"
6868
)
6969

7070
dependencies {
@@ -270,7 +270,7 @@ tasks.withType(SpotBugsTask::class) {
270270

271271
// JaCoCo config
272272
jacoco {
273-
toolVersion = "0.8.7"
273+
toolVersion = "0.8.10"
274274
}
275275

276276
tasks.jacocoTestReport {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)