diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 14:56:06 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 14:56:06 -0400 |
commit | 0eaa458fe2b85986a6fb4124b98f8c665d6c9392 (patch) | |
tree | 51f8b03abc2c2b42eb5b8e5656e910de6646870f /pom.xml | |
parent | d22dfbad3c8a897d794ad050f2b587d488050a08 (diff) | |
download | iciql-0eaa458fe2b85986a6fb4124b98f8c665d6c9392.tar.gz iciql-0eaa458fe2b85986a6fb4124b98f8c665d6c9392.zip |
Update documentation and tested databases
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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> |