Skip to content

Commit 2482df1

Browse files
fix(deps): update dependency io.kotest:kotest-runner-junit5 to v5.7.1
1 parent 3420521 commit 2482df1

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
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("org.jetbrains.kotlin:kotlin-reflect")
2323
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
25-
testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
25+
testImplementation("io.kotest:kotest-runner-junit5:5.7.1")
2626
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
2727
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
2828
}

0 commit comments

Comments
 (0)