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 2020/04/15 03:46:35 UTC

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

Author: reschke
Date: Wed Apr 15 03:46:35 2020
New Revision: 1876531

URL: http://svn.apache.org/viewvc?rev=1876531&view=rev
Log:
OAK-9009: RDB*Store: update mssql-jdbc driver reference to 8.2.2.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=1876531&r1=1876530&r2=1876531&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Apr 15 03:46:35 2020
@@ -1092,7 +1092,7 @@
         <dependency>
           <groupId>com.microsoft.sqlserver</groupId>
           <artifactId>mssql-jdbc</artifactId>
-          <version>8.2.1.jre8</version>
+          <version>8.2.2.jre8</version>
         </dependency>
       </dependencies>
     </profile>