Skip to content

Commit

Permalink
Bump kotest-runner-junit5 from 5.2.2 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Apr 10, 2022
1 parent ae190a5 commit 6b9a2ad
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 @@ -77,7 +77,7 @@ dependencies {
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.6.20")
testImplementation("io.kotest:kotest-runner-junit5:5.2.2")
testImplementation("io.kotest:kotest-runner-junit5:5.2.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
}

Expand Down

0 comments on commit 6b9a2ad

Please sign in to comment.