Skip to content

Commit f4c3e71

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 (#1162)
1 parent 3dd8f6a commit f4c3e71

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.11.1'
73+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
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.15.3' // Mocks of classes

0 commit comments

Comments
 (0)