Skip to content

Commit d4c8de2

Browse files
Bump slf4j-api from 2.0.0 to 2.0.3 in /examples
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.0...v_2.0.3) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5396658 commit d4c8de2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/immudb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'io.codenotary:immudb4j:0.9.10.2'
1212
testImplementation 'org.testcontainers:testcontainers'
1313
testImplementation 'org.assertj:assertj-core:3.23.1'

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66
mavenCentral()
77
}
88
dependencies {
9-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
9+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1010
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
1111
implementation 'org.json:json:20220924'
1212
testImplementation 'org.postgresql:postgresql:42.5.0'

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
implementation 'com.google.guava:guava:23.0'

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
implementation 'com.google.guava:guava:23.0'

examples/singleton-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
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'
1515

1616
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
1717
testImplementation 'org.testcontainers:testcontainers'

0 commit comments

Comments
 (0)