Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit e431270

Browse files
committed
Update test dependencies
1 parent 0eb2c92 commit e431270

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

simplekotlinmail-test/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ dependencies {
99
implementation(project(":${rootProject.name}-server"))
1010
implementation(project(":${rootProject.name}-html"))
1111

12-
implementation("org.slf4j:slf4j-simple:1.7.30")
13-
14-
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
12+
testImplementation("org.slf4j:slf4j-simple:1.7.32")
13+
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
1514
}
1615

1716
tasks.test {

0 commit comments

Comments
 (0)