Skip to content

Commit 84955b3

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.7.1 to 5.13.4 (#952)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.7.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.7.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 147a2ce commit 84955b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testImplementation("org.spockframework:spock-core:2.4-M6-groovy-3.0")
6666
}
6767
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
68-
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
68+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
6969
testImplementation("org.testcontainers:spock:1.21.3") {
7070
exclude("org.apache.commons", "commons-compress")
7171
}

0 commit comments

Comments
 (0)