Merge pull request #25 from HaHaWTH/dependabot/maven/org.slf4j-slf4j-simple-2.0.9

Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9
This commit is contained in:
DGun Otto 2023-09-16 22:51:34 +08:00 committed by GitHub
commit 62f27f8231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -690,7 +690,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<version>2.0.7</version> <!-- We can't update to 2.x as long as we use HikariCP for java 8 --> <version>2.0.9</version> <!-- We can't update to 2.x as long as we use HikariCP for java 8 -->
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>