geforkt von Mirrors/Paper
Update SQLite to 3.16 for performance improvements and architecture compat
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
3f242883c4
Commit
2c79e73a5c
@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.15.1</version>
|
||||
<version>3.16.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -98,7 +98,7 @@
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren