You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/02/27 16:10:24 UTC

svn commit: r1854468 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Wed Feb 27 16:10:24 2019
New Revision: 1854468

URL: http://svn.apache.org/viewvc?rev=1854468&view=rev
Log:
OAK-8087: RDB*Store: update mssql-jdbc driver reference to 7.2.1.jre8

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1854468&r1=1854467&r2=1854468&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Feb 27 16:10:24 2019
@@ -1065,7 +1065,7 @@
         <dependency>
           <groupId>com.microsoft.sqlserver</groupId>
           <artifactId>mssql-jdbc</artifactId>
-          <version>7.0.0.jre8</version>
+          <version>7.2.1.jre8</version>
         </dependency>
       </dependencies>
     </profile>