File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
5
5
id ' maven-publish'
6
6
id ' signing'
7
7
id ' pmd' // code check, working on source code
8
- id ' com.github.spotbugs' version ' 4.7.8 ' // code check, working on byte code
9
- id ' com.diffplug.spotless' version ' 5.17 .0' // code format
8
+ id ' com.github.spotbugs' version ' 4.8.0 ' // code check, working on byte code
9
+ id ' com.diffplug.spotless' version ' 6.0 .0' // code format
10
10
id ' com.simonharrer.modernizer' version ' 2.1.0-1' // detect deprecated APIs
11
11
id ' com.github.onslip.gradle-one-jar' version ' 1.0.6' // pack a self contained jar
12
12
id ' jacoco' // java code coverage plugin
@@ -62,7 +62,7 @@ dependencies {
62
62
63
63
compile ' javax.measure:unit-api:2.1.3' // quantities
64
64
compile ' tech.units:indriya:2.1.2' // quantities
65
- compile ' com.google.code.gson:gson:2.8.8 ' // java serialization, POJOs -> JSON
65
+ compile ' com.google.code.gson:gson:2.8.9 ' // java serialization, POJOs -> JSON
66
66
compile ' org.apache.commons:commons-lang3:3.12.0' // for HashCodeBuilder
67
67
compile ' com.github.johanneshiry:OSMonaut:v1.1.1' // pbf parser
68
68
compile ' org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
You can’t perform that action at this time.
0 commit comments