Skip to content

Commit 6d21b5c

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d160fa7 commit 6d21b5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scalabot-ext-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
compileOnly(project(":scalabot-extension"))
77

8-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
8+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
99
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1010
}
1111

scalabot-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api("org.telegram:telegrambots-abilities:8.0.0")
1111
api(project(":scalabot-meta"))
1212

13-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
13+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
1414
testImplementation("org.mockito:mockito-core:5.11.0")
1515
testImplementation("org.telegram:telegrambots-client:8.0.0")
1616
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

scalabot-meta/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020

2121
testImplementation(kotlin("test"))
2222
testImplementation("io.mockk:mockk:1.13.13")
23-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
23+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
2424
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
2525

2626
dokkaHtmlPlugin("org.jetbrains.dokka:javadoc-plugin:2.0.0")

0 commit comments

Comments
 (0)