File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ dependencies {
21
21
api(libs.koin.core)
22
22
23
23
testImplementation(project(" :vendor:vendor-test" ))
24
+ testImplementation(libs.slf4j.simple)
25
+
26
+ integrationTestImplementation(libs.slf4j.simple)
24
27
25
28
testFixturesImplementation(libs.ktor.client.core)
26
29
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ kotlinx-coroutines = "1.9.0"
19
19
ktor = " 2.3.13"
20
20
marathon = " 0.5.4"
21
21
mockito = " 5.4.0"
22
- slf4j = " 1.7.36 "
22
+ slf4j = " 2.0.16 "
23
23
spek = " 1.1.5"
24
24
testcontainers = " 1.15.3"
25
25
@@ -58,6 +58,7 @@ ktor-client-apache = { module = "io.ktor:ktor-client-apache" }
58
58
ktor-client-mock = { module = " io.ktor:ktor-client-mock" }
59
59
mockito-kotlin = { module = " org.mockito.kotlin:mockito-kotlin" , version.ref = " mockito" }
60
60
slf4j-api = { module = " org.slf4j:slf4j-api" , version.ref = " slf4j" }
61
+ slf4j-simple = { module = " org.slf4j:slf4j-simple" , version.ref = " slf4j" }
61
62
spek-api = { module = " org.jetbrains.spek:spek-api" , version.ref = " spek" }
62
63
spek-engine = { module = " org.jetbrains.spek:spek-junit-platform-engine" , version.ref = " spek" }
63
64
testcontainers = { module = " org.testcontainers:testcontainers" , version.ref = " testcontainers" }
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ dependencies {
12
12
implementation(libs.imgscalr)
13
13
implementation(libs.jackson.annotations)
14
14
implementation(libs.kotlinx.coroutines.core)
15
+
16
+ testImplementation(libs.slf4j.simple)
15
17
}
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ dependencies {
18
18
implementation(libs.slf4j.api)
19
19
20
20
testImplementation(project(" :vendor:vendor-test" ))
21
+ testImplementation(libs.slf4j.simple)
21
22
}
You can’t perform that action at this time.
0 commit comments