mirror of https://github.com/halo-dev/halo
chore: upgrade log4j dependencies (#1615)
parent
13bbae6b19
commit
23b39519e4
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue