Mercurial > dive4elements > framework
diff artifacts-common/pom.xml @ 568:5cd1c627cda9 3.2.x
Rely on log4j's default initialization procedure
This should make upgrading to Log4j 2.x easier.
In passing, use latest Log4j 1.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 25 Feb 2022 15:01:23 +0100 |
parents | ccd029fbc084 |
children | 584591f8203c |
line wrap: on
line diff
--- a/artifacts-common/pom.xml Fri Feb 25 14:53:32 2022 +0100 +++ b/artifacts-common/pom.xml Fri Feb 25 15:01:23 2022 +0100 @@ -24,7 +24,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.17</version> </dependency> <dependency> <groupId>commons-codec</groupId>