diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-11 11:42:09 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-11 11:42:30 +0100 |
commit | 5e4abda644f8df7acd86d8449eb3ed7307f12298 (patch) | |
tree | 9a5e3b202022dcf640f6749d9133fc3542d06b83 /pom.xml | |
parent | c08971b7994dc59f0e15a7d671fcb70dc10b9055 (diff) | |
download | sonarqube-5e4abda644f8df7acd86d8449eb3ed7307f12298.tar.gz sonarqube-5e4abda644f8df7acd86d8449eb3ed7307f12298.zip |
Upgrade MSSQL JTDS 1.2.7 to 1.2.8
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -875,7 +875,7 @@ <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId> <!-- versions 1.3.x require java 7 --> - <version>1.2.7</version> + <version>1.2.8</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> |