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 @@ -5,7 +5,7 @@ plugins {
5
5
id ' signing'
6
6
id ' pmd' // code check, working on source code
7
7
id ' com.diffplug.spotless' version ' 7.0.4' // code format
8
- id ' com.github.spotbugs' version ' 6.2.0 ' // code check, working on byte code
8
+ id ' com.github.spotbugs' version ' 6.2.1 ' // code check, working on byte code
9
9
id ' de.undercouch.download' version ' 5.6.0'
10
10
id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
11
11
id ' jacoco' // java code coverage plugin
21
21
groovyBinaryVersion = " 4.0.27"
22
22
23
23
junitVersion = ' 1.12.0'
24
- testcontainersVersion = ' 1.21.2 '
24
+ testcontainersVersion = ' 1.21.3 '
25
25
26
26
scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
27
27
}
You can’t perform that action at this time.
0 commit comments