1 Commits

Author SHA1 Message Date
3d84aee86e Update dependency org.xerial:sqlite-jdbc to v3.53.0.0
All checks were successful
continuous-integration/drone/pr Build is passing
2026-04-14 05:13:18 +00:00

View File

@@ -40,7 +40,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.51.2.0</version>
<version>3.53.0.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.22.2</version>
<version>1.22.1</version>
</dependency>
<!-- Various String manipulation utils -->
<dependency>