File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ import kotlin.reflect.full.starProjectedType
12
12
13
13
plugins {
14
14
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 "
21
21
// id("org.checkerframework") version "0.6.14"
22
22
23
23
eclipse
@@ -58,13 +58,13 @@ java.targetCompatibility = JavaVersion.VERSION_1_8
58
58
val versions = mapOf (
59
59
" awaitility" to " 4.2.0" ,
60
60
// 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" ,
62
62
" jdatepicker" to " 1.3.4" ,
63
63
" jmockit" to " 1.49" ,
64
- " junit" to " 5.9.0 " ,
64
+ " junit" to " 5.9.3 " ,
65
65
" 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 "
68
68
)
69
69
70
70
dependencies {
@@ -270,7 +270,7 @@ tasks.withType(SpotBugsTask::class) {
270
270
271
271
// JaCoCo config
272
272
jacoco {
273
- toolVersion = " 0.8.7 "
273
+ toolVersion = " 0.8.10 "
274
274
}
275
275
276
276
tasks.jacocoTestReport {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments