aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-04 14:56:06 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-04 14:56:06 -0400
commit0eaa458fe2b85986a6fb4124b98f8c665d6c9392 (patch)
tree51f8b03abc2c2b42eb5b8e5656e910de6646870f /pom.xml
parentd22dfbad3c8a897d794ad050f2b587d488050a08 (diff)
downloadiciql-0eaa458fe2b85986a6fb4124b98f8c665d6c9392.tar.gz
iciql-0eaa458fe2b85986a6fb4124b98f8c665d6c9392.zip
Update documentation and tested databases
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 7024082..afb82bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,63 +57,63 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.187</version>
+ <version>1.4.191</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>2.3.2</version>
+ <version>2.3.3</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.11.1.1</version>
+ <version>10.12.1.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
- <version>10.11.1.1</version>
+ <version>10.12.1.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbynet</artifactId>
- <version>10.11.1.1</version>
+ <version>10.12.1.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.33</version>
+ <version>5.1.38</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4-1201-jdbc41</version>
+ <version>9.4.1208</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.8.10.1</version>
+ <version>3.8.11.2</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.12</version>
+ <version>1.7.20</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
@@ -141,14 +141,14 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.8</version>
+ <version>1.4.9</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.15</version>
+ <version>1.17</version>
<type>jar</type>
<scope>provided</scope>
</dependency>