File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' maven-publish'
55 id ' signing'
66 id ' pmd' // code check, working on source code
7- id ' com.diffplug.spotless' version ' 6.4.1 ' // code format
7+ id ' com.diffplug.spotless' version ' 6.4.2 ' // code format
88 id ' com.github.spotbugs' version ' 5.0.6' // code check, working on byte code
99 id ' de.undercouch.download' version ' 5.0.4'
1010 id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
1717 // version (changing these should be considered thoroughly!)
1818 javaVersion = JavaVersion . VERSION_17
1919 tscfgVersion = ' 0.9.9'
20- testcontainersVersion = ' 1.16.3 '
20+ testcontainersVersion = ' 1.17.1 '
2121
2222 scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
2323}
You can’t perform that action at this time.
0 commit comments