aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'tests/upgrade')
-rw-r--r--tests/upgrade/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml
index 847ca805db7..142a01662b8 100644
--- a/tests/upgrade/pom.xml
+++ b/tests/upgrade/pom.xml
@@ -91,10 +91,10 @@
</dependency>
<dependency>
<groupId>com.microsoft.sqljdbc</groupId>
- <artifactId>sqljdbc41</artifactId>
- <version>4.1</version>
+ <artifactId>sqljdbc</artifactId>
+ <version>4.2</version>
<scope>system</scope>
- <systemPath>${project.basedir}/../../sonar-application/src/main/assembly/lib/jdbc/mssql/sqljdbc41.jar
+ <systemPath>${project.basedir}/../../sonar-application/src/main/assembly/lib/jdbc/mssql/sqljdbc42.jar
</systemPath>
</dependency>
</dependencies>