Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Update log4j to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTDN03 authored Jan 4, 2022
1 parent 94e0cf1 commit 2c4b566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OSGI/edge-ml-welding-sound/src/edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -113,4 +113,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 2c4b566

Please sign in to comment.