1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-07 00:34:06 +02:00

Bump kotest-assertions-core from 5.0.0 to 5.0.1

Bumps [kotest-assertions-core](https://github.com/kotest/kotest) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/compare/v5.0.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-05 00:11:06 +00:00 committed by GitHub
parent f7fb0636cd
commit d18d63a11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ dependencies {
// exclude("gson")
//}
compileOnly(fileTree("libs"))
testImplementation("io.kotest:kotest-assertions-core:5.0.0")
testImplementation("io.kotest:kotest-assertions-core:5.0.1")
}
java {