Skip to content

Commit 49898d0

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#1171)
1 parent 5f67406 commit 49898d0

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.2'
73+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
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.5' // Mocks of classes

0 commit comments

Comments
 (0)