Allow any newer SQLite version

This commit is contained in:
games647
2022-08-03 13:31:19 +02:00
parent df5e6db183
commit 091b558826

View File

@ -188,7 +188,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.36.0.3</version>
<version>[3.36,)</version>
<scope>provided</scope>
</dependency>
</dependencies>