This commit is contained in:
matoro 2026-01-26 20:17:59 -05:00 committed by GitHub
commit fce76b8513
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) -->
<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>