Skip to content

Commit 63c25d6

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-jupiter-api from 5.8.2 to 5.9.0
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.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 4f7c4a2 commit 63c25d6

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
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.2.11")
7777

7878
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
79-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
79+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
8080
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
8181
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
8282
testImplementation("org.junit.platform:junit-platform-launcher:1.9.0")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val dependencyVersions = listOf(
2424
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4",
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
2626
"org.junit:junit-bom:5.9.0",
27-
"org.junit.jupiter:junit-jupiter-api:5.8.2",
27+
"org.junit.jupiter:junit-jupiter-api:5.9.0",
2828
"org.opentest4j:opentest4j:1.2.0"
2929
)
3030

0 commit comments

Comments
 (0)