Skip to content

Commit 0d2a94d

Browse files
deps(upgrade): bump org.junit.jupiter:junit-jupiter (#809)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter 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 023de3f commit 0d2a94d

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
@@ -53,8 +53,8 @@ dependencies {
5353
api("com.google.code.findbugs:jsr305:3.0.2")
5454

5555
testImplementation("ch.qos.logback:logback-classic:1.5.7")
56-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
57-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
56+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
57+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
5858
testImplementation("org.apache.commons:commons-lang3:3.14.0")
5959
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
6060
testImplementation("com.github.marschall:memoryfilesystem:2.8.0")

0 commit comments

Comments
 (0)