Skip to content

Commit ec6f786

Browse files
deps(upgrade): bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.13.0 (#901)
Bumps [org.junit.jupiter:junit-jupiter](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 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 368e379 commit ec6f786

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
@@ -98,7 +98,7 @@ dependencies {
9898
}
9999

100100
testImplementation("ch.qos.logback:logback-classic:1.5.18")
101-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
101+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
102102
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")

0 commit comments

Comments
 (0)