Merge pull request #110 from HaHaWTH/dependabot/maven/org.xerial-sqlite-jdbc-3.45.2.0

Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0
This commit is contained in:
DGun Otto 2024-03-14 00:53:30 +08:00 committed by GitHub
commit d8a316dddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1119,7 +1119,7 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.45.1.0</version> <version>3.45.2.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>