Skip to content

Commit

Permalink
fix(deps): bump junitJuniperVersion from 5.9.0 to 5.9.2
Browse files Browse the repository at this point in the history
Bumps `junitJuniperVersion` from 5.9.0 to 5.9.2.

Updates `junit-jupiter` from 5.9.0 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.0...r5.9.2)

Updates `junit-jupiter-params` from 5.9.0 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.0...r5.9.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent 9e6a9d4 commit f7462ac
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 @@ -32,7 +32,7 @@ repositories {
dependencies {
val kotlinCoroutinesVersion = "1.6.4"
val bouncyCastleVersion = "1.70"
val junitJuniperVersion = "5.9.0"
val junitJuniperVersion = "5.9.2"

// Align versions of all Kotlin components
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
Expand Down

0 comments on commit f7462ac

Please sign in to comment.