1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

Merge pull request #35 from CarmJos/dependabot/maven/org.apache.logging.log4j-log4j-slf4j-impl-2.17.2

Bump log4j-slf4j-impl from 2.17.1 to 2.17.2
This commit is contained in:
2022-02-28 19:38:08 +08:00
committed by GitHub
+1 -1
View File
@@ -65,7 +65,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId> <artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.1</version> <version>2.17.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>