Skip to content

Commit dfba4f1

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92603b7 commit dfba4f1

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
@@ -74,7 +74,7 @@ dependencies {
7474
// testing
7575
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"
7676

77-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
77+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
7878
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7979
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
8080
testImplementation 'net.bytebuddy:byte-buddy:1.17.1' // Mocks of classes

0 commit comments

Comments
 (0)