Skip to content

Commit 1515876

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 (#1138)
1 parent 7505e8b commit 1515876

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.3'
73+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
7474
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7575
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
7676
testImplementation 'net.bytebuddy:byte-buddy:1.14.18' // Mocks of classes

0 commit comments

Comments
 (0)