This commit is contained in:
xenohedron 2025-12-07 13:42:58 -06:00 committed by GitHub
commit 42d6a47866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -278,14 +278,13 @@
<!-- database support - ORM -->
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-jdbc</artifactId>
<version>5.7</version>
<version>6.1</version>
</dependency>
<dependency>
<!-- database support - H2 db engine (main db) -->
<!-- WARNING, do not update db engine (stable: 1.4.197) cause compatibility issues, see https://github.com/h2database/h2database/issues/2078 -->
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
<version>2.2.222</version>
<scope>runtime</scope>
</dependency>