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

Bump kotest-assertions-core from 5.0.3 to 5.1.0

Bumps [kotest-assertions-core](https://github.com/kotest/kotest) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/compare/5.0.3...v5.1.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-01-23 00:17:13 +00:00 committed by GitHub
parent 701f97e4fa
commit 6d8eeeecdc
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.3")
testImplementation("io.kotest:kotest-assertions-core:5.1.0")
}
java {