This commit is contained in:
dependabot[bot] 2025-12-07 13:42:58 -06:00 committed by GitHub
commit d870869065
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.45.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>