summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-10-28 16:36:03 +1100
committermd_5 <git@md-5.net>2017-10-28 16:36:03 +1100
commit86fdf92ca85b1b6a65b6e6b9d3e38b771f309048 (patch)
treee7683ea2b00dc1e31197ac5315e749230c1f73f7 /pom.xml
parent1257322d1fe41a7c43c698f977ff7a44922c21fe (diff)
downloadcraftbukkit-86fdf92ca85b1b6a65b6e6b9d3e38b771f309048.tar
craftbukkit-86fdf92ca85b1b6a65b6e6b9d3e38b771f309048.tar.gz
craftbukkit-86fdf92ca85b1b6a65b6e6b9d3e38b771f309048.tar.lz
craftbukkit-86fdf92ca85b1b6a65b6e6b9d3e38b771f309048.tar.xz
craftbukkit-86fdf92ca85b1b6a65b6e6b9d3e38b771f309048.zip
Update SQLite to 3.20.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e7311e25..6b78f612 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.20.0</version>
+ <version>3.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.20</version>
+ <version>2.20.1</version>
<configuration>
<workingDirectory>${basedir}/target/test-server</workingDirectory>
<excludes>