Skip to content

Commit 0c38b5d

Browse files
authored
Merge pull request #27 from Katchup-dev/dependabot/gradle/kotestVersion-5.9.0
chore(deps): bump kotestVersion from 5.8.1 to 5.9.0
2 parents a1d0182 + 00d58db commit 0c38b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation("org.springframework.boot:spring-boot-starter-test")
5757

5858
// Kotest
59-
val kotestVersion = "5.8.1"
59+
val kotestVersion = "5.9.0"
6060
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
6161
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
6262

0 commit comments

Comments
 (0)