Skip to content

Commit

Permalink
take log4j2 down to 2.17.1 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
radai-rosenblatt authored Aug 1, 2023
1 parent 10b74a8 commit 9f54d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro-builder/builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks.build.dependsOn tasks.shadowJar
dependencies {
api project(":avro-builder:builder-spi")

implementation "org.apache.logging.log4j:log4j-api:2.17.2"
implementation "org.apache.logging.log4j:log4j-api:2.17.1"
implementation "commons-io:commons-io:2.11.0"
implementation "org.slf4j:slf4j-api:1.7.14"
implementation "org.apache.avro:avro-compiler:1.9.2"
Expand Down

0 comments on commit 9f54d84

Please sign in to comment.