Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Aug 15, 2023
1 parent ea14cd5 commit 4320719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")

testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val dependencyVersions = listOf(
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.2",
"org.junit:junit-bom:5.9.3",
"org.junit.jupiter:junit-jupiter-api:5.9.3",
"org.junit.jupiter:junit-jupiter-api:5.10.0",
"org.opentest4j:opentest4j:1.2.0"
)

Expand Down

0 comments on commit 4320719

Please sign in to comment.