Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jul 29, 2022
1 parent 27fb341 commit 2503d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import kotlin.reflect.full.starProjectedType

plugins {
id("application")
id("com.diffplug.spotless") version "6.7.0"
id("com.diffplug.spotless") version "6.9.0"
id("com.github.ben-manes.versions") version "0.42.0"
id("com.github.spotbugs") version "5.0.7"
id("com.github.spotbugs") version "5.0.9"
id("net.ltgt.errorprone") version "2.0.2"
id("org.openstreetmap.josm") version "0.8.0"
id("org.sonarqube") version "3.3"
id("org.sonarqube") version "3.4.0.2513"
//id("org.checkerframework") version "0.6.14"

eclipse
Expand Down Expand Up @@ -61,9 +61,9 @@ val versions = mapOf(
"errorprone" to if (JavaVersion.current() >= JavaVersion.VERSION_11) "2.14.0" else "2.10.0",
"jdatepicker" to "1.3.4",
"jmockit" to "1.49",
"junit" to "5.8.2",
"junit" to "5.9.0",
"pmd" to "6.42.0",
"spotbugs" to "4.7.0",
"spotbugs" to "4.7.1",
"wiremock" to "2.33.2"
)

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2503d9b

Please sign in to comment.