Skip to content

Commit b22165e

Browse files
Bump junit-jupiter-engine from 5.8.2 to 5.9.0 (#205)
Bumps [junit-jupiter-engine](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/junit5@r5.8.2...r5.9.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1f62d5 commit b22165e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

router-openapi-request-validator/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
api("com.atlassian.oai:swagger-request-validator-core:2.30.0")
1010
api(project(":router"))
1111

12-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
12+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.0")
1313
testImplementation("org.assertj:assertj-core:3.23.1")
1414
testImplementation("io.mockk:mockk:1.12.8")
1515
testImplementation("org.slf4j:slf4j-simple:2.0.1")

router-protobuf/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("com.google.guava:guava:31.1-jre")
2020
api(project(":router"))
2121

22-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
22+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.0")
2323
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
2424
testImplementation("org.assertj:assertj-core:3.23.1")
2525
testImplementation("io.mockk:mockk:1.12.8")

router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
1212
api("com.google.guava:guava:31.1-jre")
1313

14-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
14+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.0")
1515
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.0")
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
1717
testImplementation("org.assertj:assertj-core:3.23.1")

0 commit comments

Comments
 (0)