Skip to content

Commit

Permalink
chore: upgrade log4j dependencies (#1620)
Browse files Browse the repository at this point in the history
Co-authored-by: guqing <[email protected]>
  • Loading branch information
ruibaby and guqing authored Jan 10, 2022
1 parent 58188ed commit 50f7c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ configurations {
}

configurations.all {
// Aligning log4j dependency versions to 2.17.0
// Aligning log4j dependency versions to 2.17.1
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if (details.requested.group == 'org.apache.logging.log4j') {
details.useVersion '2.17.0'
details.useVersion '2.17.1'
}
}
}
Expand Down

0 comments on commit 50f7c1a

Please sign in to comment.