This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3ea742c (doc) Drop unused and vulnerable dependency to log4j
3ea742c is described below
commit 3ea742c701d27a5393b62b459b22d7d99bee9694
Author: Sylwester Lachiewicz <[email protected]>
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>