Skip to content

Commit 3ea742c

Browse files
committed
(doc) Drop unused and vulnerable dependency to log4j
1 parent 94eb582 commit 3ea742c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/it/mcompiler-120/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@ under the License.
3030
<dependency>
3131
<groupId>junit</groupId>
3232
<artifactId>junit</artifactId>
33-
<version>4.4</version>
33+
<version>4.13.2</version>
3434
<scope>test</scope>
3535
</dependency>
3636

37-
<dependency>
38-
<groupId>log4j</groupId>
39-
<artifactId>log4j</artifactId>
40-
<version>1.2.14</version>
41-
</dependency>
4237
</dependencies>
4338

4439
<build>

0 commit comments

Comments
 (0)