Skip to content

Commit 911dcb9

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 (#846)
1 parent 3dd1073 commit 911dcb9

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
@@ -67,7 +67,7 @@ dependencies {
6767
// testing
6868
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"
6969

70-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
70+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
7171
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7272
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
7373
testImplementation 'net.bytebuddy:byte-buddy:1.14.5' // Mocks of classes

0 commit comments

Comments
 (0)