Skip to content

Commit

Permalink
Bump slf4j-api from 1.7.25 to 1.7.26 in /examples
Browse files Browse the repository at this point in the history
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.25 to 1.7.26.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.25...v_1.7.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Feb 20, 2019
1 parent 630d138 commit 10db2fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
jcenter()
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.25'
compileOnly 'org.slf4j:slf4j-api:1.7.26'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'org.json:json:20180813'
testImplementation 'org.postgresql:postgresql:42.2.5'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.25'
compileOnly 'org.slf4j:slf4j-api:1.7.26'
implementation 'redis.clients:jedis:3.0.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.25'
compileOnly 'org.slf4j:slf4j-api:1.7.26'
implementation 'redis.clients:jedis:3.0.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/singleton-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'redis.clients:jedis:3.0.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:1.7.25'
compileOnly 'org.slf4j:slf4j-api:1.7.26'

testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:testcontainers'
Expand Down

0 comments on commit 10db2fd

Please sign in to comment.