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>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.28.0</version>
<version>3.45.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess -->