Skip to content

Commit c379e6f

Browse files
deps(upgrade): bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.0 (#882)
Bumps [org.junit.jupiter:junit-jupiter-engine](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-engine 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 4c97514 commit c379e6f

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.16")
101101
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
102-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
102+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
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)