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

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

Bump kotest-assertions-core from 5.4.1 to 5.4.2
This commit is contained in:
mergify[bot] 2022-08-14 00:24:00 +00:00 committed by GitHub
commit 5fe5fa4aa0
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.1")
testImplementation("io.kotest:kotest-assertions-core:5.4.2")
}
java {