Update pom to more recent SQLite driver version

This commit is contained in:
Jamie Mac 2024-05-13 16:52:28 +01:00
parent 822832f179
commit 2c8d54b660

View File

@ -711,7 +711,7 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.28.0</version> <version>3.45.3.0</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess --> <!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess -->