This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
commit 437c7d6f888ee0586c185492e050052fb16af771 Author: Robert Middleton <[email protected]> AuthorDate: Sun Dec 18 21:56:17 2022 -0500 Update log4j version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 22fadea..304ea18 100644 --- a/pom.xml +++ b/pom.xml @@ -146,12 +146,12 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.17.1</version> + <version>2.19.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.17.1</version> + <version>2.19.0</version> </dependency> <dependency> <groupId>org.jmdns</groupId>
