Bump sqlite-jdbc from 3.32.3.2 to 3.39.2.0

This is the first version to add support for ppc64le:  6ee09e1c95

I have been running the server on this platform with success.
This commit is contained in:
matoro 2025-12-30 15:39:40 -05:00
parent 4941e2f193
commit 9ce097463d

View file

@ -239,7 +239,7 @@
<!-- database support - sqlite db engine (additional db for game records and stats) -->
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.32.3.2</version>
<version>3.39.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>