This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch log4j
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit def31d3cd17a3c38f15fb694ad912bada4379799
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Tue Jun 6 08:02:35 2023 +0200

    (doc) Drop unused and vulnerable dependency to log4j
---
 src/it/mcompiler-120/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/it/mcompiler-120/pom.xml b/src/it/mcompiler-120/pom.xml
index 215363a..c2c03f7 100644
--- a/src/it/mcompiler-120/pom.xml
+++ b/src/it/mcompiler-120/pom.xml
@@ -30,15 +30,10 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.4</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
-    </dependency>
   </dependencies>
 
   <build>

Reply via email to