Update Mage.Server sqlite-jdbc from 3.32.3.2 to 3.46.1.3

This allows the service to be run on Apple silicon (M1, M2, M3).
This commit is contained in:
Ari Paasonen 2024-10-12 08:51:39 +03:00 committed by paasar
parent d9e558f9c3
commit 51d3dd0dc5

View file

@ -244,7 +244,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.46.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>