Skip to content

Commit

Permalink
take log4j2 down to 2.17.1 (linkedin#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
radai-rosenblatt authored and flowenol committed Aug 23, 2023
1 parent ed58305 commit b1cb9ce
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 b1cb9ce

Please sign in to comment.