Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.9.3 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps [org.junit:junit-bom](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:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 4320719 commit f19f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val dependencyVersions = listOf(
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0",
"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:junit-bom:5.10.0",
"org.junit.jupiter:junit-jupiter-api:5.10.0",
"org.opentest4j:opentest4j:1.2.0"
)
Expand Down

0 comments on commit f19f983

Please sign in to comment.