summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-01-07 22:50:36 +1100
committermd_5 <git@md-5.net>2018-01-07 22:50:36 +1100
commita3decfdca98d1b93d57ad3406b8eb4ce3d008eb2 (patch)
tree2b7db760ac93000b4f73cb5ce955e784636b6467 /pom.xml
parentab09b27ef4e725ce47c64390166987aefe58fa72 (diff)
downloadcraftbukkit-a3decfdca98d1b93d57ad3406b8eb4ce3d008eb2.tar
craftbukkit-a3decfdca98d1b93d57ad3406b8eb4ce3d008eb2.tar.gz
craftbukkit-a3decfdca98d1b93d57ad3406b8eb4ce3d008eb2.tar.lz
craftbukkit-a3decfdca98d1b93d57ad3406b8eb4ce3d008eb2.tar.xz
craftbukkit-a3decfdca98d1b93d57ad3406b8eb4ce3d008eb2.zip
Update Netty / MySQL / SQLite
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9d0742ed..da5d6c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.1.18.Final</version>
+ <version>4.1.19.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -55,13 +55,13 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.21.0</version>
+ <version>3.21.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.44</version>
+ <version>5.1.45</version>
<scope>runtime</scope>
</dependency>
<!-- testing -->