Skip to content

Commit

Permalink
Bump kotest-runner-junit5 from 4.3.0 to 4.4.3 (#13)
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 4.3.0 to 4.4.3.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v4.3.0...v4.4.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2021
1 parent c719b39 commit 15c52dd
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 @@ -29,7 +29,7 @@ dependencies {
testImplementation("com.adobe.testing:s3mock-junit5:2.1.16")

// Kotest
testImplementation("io.kotest:kotest-runner-junit5:4.3.0")
testImplementation("io.kotest:kotest-runner-junit5:4.4.3")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 15c52dd

Please sign in to comment.