Skip to content

Commit

Permalink
(doc) Drop unused and vulnerable dependency to log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 6, 2023
1 parent 94eb582 commit def31d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/it/mcompiler-120/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit def31d3

Please sign in to comment.