1 Commits

Author SHA1 Message Date
renovate ccac365cfc Update dependency org.slf4j:slf4j-simple to v2.0.18
continuous-integration/drone/pr Build is passing
2026-05-12 21:12:24 +00:00
+2 -2
View File
@@ -33,14 +33,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
</dependency>
<!-- Dependency used for SQLite database connections-->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.53.0.0</version>
<version>3.51.2.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->