wird updates

This commit is contained in:
2026-03-21 17:37:22 +00:00
parent e04d6f98d1
commit 81375a1acb
13 changed files with 438 additions and 1 deletions

View File

@@ -42,7 +42,11 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.8</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</dependency>
<!-- Testing -->