Skip to content

Commit 3ba0352

Browse files
dependabot[bot]MisakaTAT
authored andcommitted
⬆️ Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38bf274 commit 3ba0352

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
@@ -7,7 +7,7 @@ version = "2.4.9"
77

88
val mavenArtifactResolver = "1.9.24"
99
val mavenResolverProvider = "3.9.11"
10-
val junit = "5.13.4"
10+
val junit = "6.0.0"
1111

1212
plugins {
1313
signing

0 commit comments

Comments
 (0)