Skip to content

Commit 2ab7d93

Browse files
authored
Merge branch 'dev' into ms/#1000-implement-evcs-validation
2 parents e2c4c6d + df54e26 commit 2ab7d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
// testing
7171
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"
7272

73-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
73+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7474
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7575
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
7676
testImplementation 'net.bytebuddy:byte-buddy:1.14.11' // Mocks of classes

0 commit comments

Comments
 (0)