Skip to content

Commit 0a7a224

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e8a49e commit 0a7a224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
7878

7979
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
80-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
80+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
8181
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
8282
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
8383
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val dependencyVersions = listOf(
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3",
2626
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3",
2727
"org.junit:junit-bom:5.10.1",
28-
"org.junit.jupiter:junit-jupiter-api:5.10.0",
28+
"org.junit.jupiter:junit-jupiter-api:5.10.1",
2929
"org.opentest4j:opentest4j:1.3.0"
3030
)
3131

0 commit comments

Comments
 (0)