File tree 5 files changed +5
-5
lines changed
redis-backed-cache-testng
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- compileOnly ' org.slf4j:slf4j-api:2.0.0 '
10
+ compileOnly ' org.slf4j:slf4j-api:2.0.3 '
11
11
implementation ' io.codenotary:immudb4j:0.9.10.2'
12
12
testImplementation ' org.testcontainers:testcontainers'
13
13
testImplementation ' org.assertj:assertj-core:3.23.1'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ repositories {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- compileOnly ' org.slf4j:slf4j-api:2.0.0 '
9
+ compileOnly ' org.slf4j:slf4j-api:2.0.3 '
10
10
implementation ' com.squareup.okhttp3:okhttp:4.10.0'
11
11
implementation ' org.json:json:20220924'
12
12
testImplementation ' org.postgresql:postgresql:42.5.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- compileOnly ' org.slf4j:slf4j-api:2.0.0 '
10
+ compileOnly ' org.slf4j:slf4j-api:2.0.3 '
11
11
implementation ' redis.clients:jedis:4.2.3'
12
12
implementation ' com.google.code.gson:gson:2.9.1'
13
13
implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- compileOnly ' org.slf4j:slf4j-api:2.0.0 '
10
+ compileOnly ' org.slf4j:slf4j-api:2.0.3 '
11
11
implementation ' redis.clients:jedis:4.2.3'
12
12
implementation ' com.google.code.gson:gson:2.9.1'
13
13
implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
implementation ' redis.clients:jedis:4.2.3'
12
12
implementation ' com.google.code.gson:gson:2.9.1'
13
13
implementation ' com.google.guava:guava:23.0'
14
- compileOnly ' org.slf4j:slf4j-api:2.0.0 '
14
+ compileOnly ' org.slf4j:slf4j-api:2.0.3 '
15
15
16
16
testImplementation ' ch.qos.logback:logback-classic:1.2.11'
17
17
testImplementation ' org.testcontainers:testcontainers'
You can’t perform that action at this time.
0 commit comments