Skip to content

Commit 33f0052

Browse files
authored
Merge branch 'dev' into sb/#264-handlingExceptionInCSVDataSource
2 parents a1a3d63 + 47b429c commit 33f0052

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
@@ -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 '5.11.0'//code format
7+
id 'com.diffplug.spotless' version '5.11.1'//code format
88
id 'com.github.spotbugs' version '4.7.0' // code check, working on byte code
99
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
1010
id 'de.undercouch.download' version '4.1.1'
@@ -66,7 +66,7 @@ dependencies {
6666
// testing
6767
testCompile 'org.junit.jupiter:junit-jupiter:5.7.1'
6868
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
7070

7171
// Testcontainers (Docker Framework for testing)
7272
testCompile "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)