Skip to content

Commit 62cb01a

Browse files
fix(deps): update junit-framework monorepo to v5.13.2
1 parent e268141 commit 62cb01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation("ch.qos.logback:logback-classic:1.2.11")
3030

3131
// Test dependencies - choose one testing framework
32-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
33-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
32+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
33+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.2")
3434

3535
// Ktor testing dependencies
3636
testImplementation("io.ktor:ktor-server-test-host:1.6.8")

0 commit comments

Comments
 (0)