This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch merge-server in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit 85b22d74f9b930f9af6f489021249d779422b6bf Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Nov 14 12:16:28 2023 +0100 Upgrade vulnerable dependencies --- log4j-server/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/log4j-server/pom.xml b/log4j-server/pom.xml index 5a78828..c95fdb2 100644 --- a/log4j-server/pom.xml +++ b/log4j-server/pom.xml @@ -72,7 +72,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>5.0.2</version> + <version>6.5.1</version> </dependency> <!-- TEST DEPENDENCIES --> @@ -80,8 +80,7 @@ <!-- Pull in useful test classes from API --> <dependency> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <type>test-jar</type> + <artifactId>log4j-core-test</artifactId> <scope>test</scope> </dependency> <dependency>
