Skip to content

Commit 47fdaf7

Browse files
committed
Merge remote-tracking branch 'origin/master' into to/#133-add-scala-package
2 parents b94d89c + 674faf1 commit 47fdaf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id 'maven-publish'
66
id 'signing'
77
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
1010
id 'com.simonharrer.modernizer' version '2.1.0-1' //detect deprecated APIs
1111
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
1212
id 'jacoco' // java code coverage plugin
@@ -62,7 +62,7 @@ dependencies {
6262

6363
compile 'javax.measure:unit-api:2.1.3' // quantities
6464
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
6666
compile 'org.apache.commons:commons-lang3:3.12.0' // for HashCodeBuilder
6767
compile 'com.github.johanneshiry:OSMonaut:v1.1.1' // pbf parser
6868
compile 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components

0 commit comments

Comments
 (0)