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 {
4
4
id ' maven-publish'
5
5
id ' signing'
6
6
id ' pmd' // code check, working on source code
7
- id ' com.diffplug.spotless' version ' 5.11.0 ' // code format
7
+ id ' com.diffplug.spotless' version ' 5.11.1 ' // code format
8
8
id ' com.github.spotbugs' version ' 4.7.0' // code check, working on byte code
9
9
id ' com.github.onslip.gradle-one-jar' version ' 1.0.6' // pack a self contained jar
10
10
id ' de.undercouch.download' version ' 4.1.1'
@@ -66,7 +66,7 @@ dependencies {
66
66
// testing
67
67
testCompile ' org.junit.jupiter:junit-jupiter:5.7.1'
68
68
testCompile ' org.spockframework:spock-core:2.0-groovy-3.0-SNAPSHOT'
69
- testCompile ' org.objenesis:objenesis:3.1 ' // Mock creation with constructor parameters
69
+ testCompile ' org.objenesis:objenesis:3.2 ' // Mock creation with constructor parameters
70
70
71
71
// Testcontainers (Docker Framework for testing)
72
72
testCompile " org.testcontainers:testcontainers:$testcontainersVersion "
You can’t perform that action at this time.
0 commit comments