Skip to content

Commit e7e05d2

Browse files
dependabot-preview[bot]rnorth
authored andcommitted
Bump slf4j-api from 1.7.29 to 1.7.30 in /examples (#2190)
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.29 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.29...v_1.7.30) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1011468 commit e7e05d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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
jcenter()
77
}
88
dependencies {
9-
compileOnly 'org.slf4j:slf4j-api:1.7.29'
9+
compileOnly 'org.slf4j:slf4j-api:1.7.30'
1010
implementation 'com.squareup.okhttp3:okhttp:3.14.4'
1111
implementation 'org.json:json:20180813'
1212
testImplementation 'org.postgresql:postgresql:42.2.9'

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:1.7.29'
10+
compileOnly 'org.slf4j:slf4j-api:1.7.30'
1111
implementation 'redis.clients:jedis:3.2.0'
1212
implementation 'com.google.code.gson:gson:2.8.6'
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:1.7.29'
10+
compileOnly 'org.slf4j:slf4j-api:1.7.30'
1111
implementation 'redis.clients:jedis:3.2.0'
1212
implementation 'com.google.code.gson:gson:2.8.6'
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:3.2.0'
1212
implementation 'com.google.code.gson:gson:2.8.6'
1313
implementation 'com.google.guava:guava:23.0'
14-
compileOnly 'org.slf4j:slf4j-api:1.7.29'
14+
compileOnly 'org.slf4j:slf4j-api:1.7.30'
1515

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

0 commit comments

Comments
 (0)