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,7 +33,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<version>2.0.17</version> <version>2.0.18</version>
</dependency> </dependency>
<!-- Dependency used for SQLite database connections--> <!-- Dependency used for SQLite database connections-->
@@ -149,7 +149,7 @@
<plugin> <plugin>
<groupId>org.sonarsource.scanner.maven</groupId> <groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId> <artifactId>sonar-maven-plugin</artifactId>
<version>5.6.0.6792</version> <version>5.5.0.6356</version>
</plugin> </plugin>
<plugin> <plugin>