Skip to content

Commit

Permalink
upgrading log4j to 2.17 to fix log4j-core security vulnerability (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-yordanova authored Dec 20, 2021
1 parent 44f722d commit 6c4695b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:2.12.3")


implementation("org.apache.logging.log4j:log4j-core:2.16.0")
implementation("org.apache.logging.log4j:log4j-api:2.16.0")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.16.0")
implementation("org.apache.logging.log4j:log4j-core:2.17.0")
implementation("org.apache.logging.log4j:log4j-api:2.17.0")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
implementation("commons-io:commons-io:2.8.0")
testImplementation("com.salesforce.kafka.test:kafka-junit5:3.2.2")
testImplementation("org.apache.kafka:kafka_2.12:2.4.0")
Expand Down

0 comments on commit 6c4695b

Please sign in to comment.