Skip to content

Commit 368e379

Browse files
deps(upgrade): bump org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.13.0 (#900)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 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 6ed26e8 commit 368e379

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
@@ -99,7 +99,7 @@ dependencies {
9999

100100
testImplementation("ch.qos.logback:logback-classic:1.5.18")
101101
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
102-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
102+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
103103
testImplementation("org.apache.commons:commons-lang3:3.17.0")
104104
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
105105
testImplementation("com.github.marschall:memoryfilesystem:2.8.1")

0 commit comments

Comments
 (0)