1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-14 20:15:42 +02:00

Bump kotest-assertions-core from 5.4.2 to 5.5.0

Bumps [kotest-assertions-core](https://github.com/kotest/kotest) from 5.4.2 to 5.5.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/compare/v5.4.2...v5.5.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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-09 00:07:58 +00:00 committed by GitHub
parent eb5ba6aa97
commit 9957bc95e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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