Skip to content

Commit 1bcba7e

Browse files
deps(upgrade): bump org.junit.jupiter:junit-jupiter-engine (#918)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8accc48 commit 1bcba7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ dependencies {
9898
}
9999

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