This commit is contained in:
paasar 2025-12-16 15:37:14 -06:00 committed by GitHub
commit 105000bc58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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