Skip to content

Commit 32302de

Browse files
chore: revert slf4j change
1 parent 4317b0f commit 32302de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: grpc-client-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
}
1919

2020
implementation(project(":grpc-context-utils"))
21-
implementation("org.slf4j:slf4j-api:2.0.7")
21+
implementation("org.slf4j:slf4j-api:1.7.36")
2222
implementation("io.grpc:grpc-core")
2323

2424
annotationProcessor("org.projectlombok:lombok:1.18.24")

Diff for: grpc-context-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("com.auth0:java-jwt:4.4.0")
2323
implementation("com.auth0:jwks-rsa:0.22.0")
2424
implementation("com.google.guava:guava:32.0.1-jre")
25-
implementation("org.slf4j:slf4j-api:2.0.7")
25+
implementation("org.slf4j:slf4j-api:1.7.36")
2626

2727
annotationProcessor("org.projectlombok:lombok:1.18.24")
2828
compileOnly("org.projectlombok:lombok:1.18.24")

Diff for: grpc-server-rx-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
annotationProcessor("org.projectlombok:lombok:1.18.24")
1919
compileOnly("org.projectlombok:lombok:1.18.24")
2020

21-
implementation("org.slf4j:slf4j-api:2.0.7")
21+
implementation("org.slf4j:slf4j-api:1.7.36")
2222

2323
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
2424
testImplementation("org.mockito:mockito-core:5.8.0")

Diff for: grpc-server-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
}
2121

2222
implementation(project(":grpc-context-utils"))
23-
implementation("org.slf4j:slf4j-api:2.0.7")
23+
implementation("org.slf4j:slf4j-api:1.7.36")
2424

2525
annotationProcessor("org.projectlombok:lombok:1.18.24")
2626
compileOnly("org.projectlombok:lombok:1.18.24")

0 commit comments

Comments
 (0)