Skip to content

Commit 4bac235

Browse files
chore(deps): Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 6.0.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.10.1 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.1...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 605fc9a commit 4bac235

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
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
testImplementation("org.mockito:mockito-core:5.8.0")
1616
testImplementation("org.mockito.kotlin:mockito-kotlin:6.1.0")
17-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
17+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
1818
}
1919

2020
intellij {

0 commit comments

Comments
 (0)