Skip to content

Commit f4096d2

Browse files
fix: upgrade vulnerable log4j (#113)
1 parent fc13836 commit f4096d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

attribute-service-impl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919

2020
testImplementation("org.mockito:mockito-core:3.8.0")
2121
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
22-
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1")
22+
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
2323
}
2424

2525
tasks.test {

attribute-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

6565
// Logging
6666
implementation("org.slf4j:slf4j-api:1.7.30")
67-
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1")
67+
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
6868

6969
// GRPC
7070
runtimeOnly("io.grpc:grpc-netty:1.42.0")

caching-attribute-service-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("org.mockito:mockito-core:3.8.0")
2424
testImplementation("org.mockito:mockito-junit-jupiter:3.8.0")
2525
testImplementation("io.grpc:grpc-core:1.42.0")
26-
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1")
26+
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0")
2727
}
2828

2929
tasks.test {

0 commit comments

Comments
 (0)