Skip to content

Commit 889c2fb

Browse files
Merge branch 'dev' into pp/#825-enhance-documentation-for-csv-timeseries
2 parents 97620df + 9ec910f commit 889c2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id 'signing'
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '6.25.0' //code format
8-
id 'com.github.spotbugs' version '6.0.7' // code check, working on byte code
9-
id 'de.undercouch.download' version '5.5.0'
8+
id 'com.github.spotbugs' version '6.0.8' // code check, working on byte code
9+
id 'de.undercouch.download' version '5.6.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin
1212
id "org.sonarqube" version "4.4.1.3373" // sonarqube

0 commit comments

Comments
 (0)