Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- Update Log4J to 2.22.0
- Update commons-io to 2.15.1
  • Loading branch information
SoAJeff committed Dec 25, 2023
1 parent ef22a56 commit 1bae513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions soa-discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,22 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.18.0</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.18.0</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.18.0</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 1bae513

Please sign in to comment.