This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new e34da8d [AXIS2-6025] upgrade log4j to v2.17.1 new 90febe1 Merge pull request #255 from pjfanning/patch-1 e34da8d is described below commit e34da8d436523b70ae352f906295a363f5cb69b6 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Mon Feb 7 19:42:41 2022 +0100 [AXIS2-6025] upgrade log4j to v2.17.1 --- modules/transport/testkit/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 390f9f9..8f70638 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -86,12 +86,12 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.14.1</version> + <version>2.17.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.14.1</version> + <version>2.17.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId>