kopia lustrzana https://github.com/JOSM/MapWithAI
Update dependencies
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
d7dcd1d0ef
commit
bc2a7fa195
|
@ -11,10 +11,10 @@ plugins {
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
id "pmd"
|
id "pmd"
|
||||||
id "com.github.ben-manes.versions" version "0.28.0"
|
id "com.github.ben-manes.versions" version "0.28.0"
|
||||||
id "com.github.spotbugs" version "4.0.5"
|
id "com.github.spotbugs" version "4.0.8"
|
||||||
id "org.openstreetmap.josm" version "0.6.5"
|
id "org.openstreetmap.josm" version "0.6.5"
|
||||||
id "net.ltgt.errorprone" version "1.1.1"
|
id "net.ltgt.errorprone" version "1.1.1"
|
||||||
id "com.diffplug.gradle.spotless" version "3.28.1"
|
id "com.diffplug.gradle.spotless" version "3.30.0"
|
||||||
//id 'de.aaschmid.cpd' version '2.0'
|
//id 'de.aaschmid.cpd' version '2.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ def versions = [
|
||||||
jmockit: "1.46",
|
jmockit: "1.46",
|
||||||
junit: "5.6.2",
|
junit: "5.6.2",
|
||||||
pmd: "6.20.0",
|
pmd: "6.20.0",
|
||||||
spotbugs: "4.0.2",
|
spotbugs: "4.0.3",
|
||||||
wiremock: "2.26.3",
|
wiremock: "2.26.3",
|
||||||
findsecbugs: "1.10.1",
|
findsecbugs: "1.10.1",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
4
ivy.xml
4
ivy.xml
|
@ -6,7 +6,7 @@
|
||||||
<conf name="test" extends="runtime" />
|
<conf name="test" extends="runtime" />
|
||||||
</configurations>
|
</configurations>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency org="org.junit.jupiter" name="junit-jupiter" rev="5.5.2" conf="test->default" />
|
<dependency org="org.junit.jupiter" name="junit-jupiter" rev="5.6.2" conf="test->default" />
|
||||||
<dependency org="org.awaitility" name="awaitility" rev="4.0.1" conf="test->default" />
|
<dependency org="org.awaitility" name="awaitility" rev="4.0.2" conf="test->default" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</ivy-module>
|
</ivy-module>
|
||||||
|
|
Ładowanie…
Reference in New Issue