1 Commits

Author SHA1 Message Date
1d5ecea79d Update dependency org.xerial:sqlite-jdbc to v3.51.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-01 15:01:48 +00:00

View File

@@ -40,7 +40,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.51.0.0</version>
<version>3.51.1.0</version>
</dependency>
<!-- Dependency used for YAML configuration files -->
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.15.0</version>
<version>1.14.0</version>
</dependency>
<!-- JSON dependency used for better parsing of JSON files -->
<dependency>