Skip to content

Commit

Permalink
Rollback back to slf4j-api 1.7.36 (#5951)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Oct 4, 2022
1 parent c2a741d commit abf87ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -61,7 +61,7 @@ configurations.all {

dependencies {
api 'junit:junit:4.13.2'
api 'org.slf4j:slf4j-api:2.0.3'
api 'org.slf4j:slf4j-api:1.7.36'
compileOnly 'org.jetbrains:annotations:23.0.0'
testCompileOnly 'org.jetbrains:annotations:23.0.0'
api 'org.apache.commons:commons-compress:1.21'
Expand Down
2 changes: 1 addition & 1 deletion examples/immudb/build.gradle
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'io.codenotary:immudb4j:0.9.10.2'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenCentral()
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.json:json:20220924'
testImplementation 'org.postgresql:postgresql:42.5.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/build.gradle
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/singleton-container/build.gradle
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.slf4j:slf4j-api:1.7.36'

testImplementation 'ch.qos.logback:logback-classic:1.3.3'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion test-support/build.gradle
@@ -1,5 +1,5 @@
dependencies {
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:2.0.0'
implementation 'org.slf4j:slf4j-api:1.7.36'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

0 comments on commit abf87ab

Please sign in to comment.