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

Merge pull request from izhangzhihao/dependabot/gradle/io.kotest-kotest-assertions-core-5.1.0

Bump kotest-assertions-core from 5.0.3 to 5.1.0
This commit is contained in:
mergify[bot] 2022-01-23 00:35:08 +00:00 committed by GitHub
commit a8090cbe01
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 {