8000 Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.18.0 to 2.20.0 by dependabot[bot] · Pull Request #58 · flyeralarm/kafka-merge-purge · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.18.0 to 2.20.0 #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Load 8000 ing
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("info.picocli:picocli:4.6.3")

implementation("org.apache.logging.log4j:log4j-core:2.20.0")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.18.0")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")

implementation("org.apache.avro:avro:1.11.1")
implementation("io.confluent:kafka-avro-serializer:6.2.6")
Expand Down
0