Skip to content

Commit

Permalink
Bump io.kotest:kotest-assertions-core from 5.8.1 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BraisGabin committed May 10, 2024
1 parent 7ac69e8 commit e7b66bb
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 @@ -10,7 +10,7 @@ dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.6")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.6")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}

Expand Down

0 comments on commit e7b66bb

Please sign in to comment.