Skip to content

Commit e74c4e8

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.9.0 to 5.12.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.12.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]>
1 parent 6b42867 commit e74c4e8

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
@@ -21,7 +21,7 @@ tasks.withType<KotlinCompile>().configureEach {
2121

2222
dependencies {
2323
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
24-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
24+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
2525
}
2626

2727
tasks.test {

0 commit comments

Comments
 (0)