Skip to content

Commit

Permalink
Merge pull request #5 from Ivy-Apps/dependabot/gradle/io.kotest-kotes…
Browse files Browse the repository at this point in the history
…t-assertions-core-5.8.1

Bump io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1
  • Loading branch information
ILIYANGERMANOV authored Mar 25, 2024
2 parents dbff4a9 + 5c3c7fd commit e4a86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.5")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.5")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}

Expand Down

0 comments on commit e4a86d1

Please sign in to comment.