Skip to content

Commit 3a8eac1

Browse files
authored
Merge branch 'dev' into ms/#642-find-and-add-standard-asset-types
2 parents f64385f + 4989854 commit 3a8eac1

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.11.0'//code format
8-
id 'com.github.spotbugs' version '5.0.12' // code check, working on byte code
9-
id 'de.undercouch.download' version '5.2.1'
8+
id 'com.github.spotbugs' version '5.0.13' // code check, working on byte code
9+
id 'de.undercouch.download' version '5.3.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin
1212
id "org.sonarqube" version "3.4.0.2513" // sonarqube

0 commit comments

Comments
 (0)