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/03/26 12:29:57 UTC

svn commit: r1875707 - in /jackrabbit/oak/branches/1.22: ./ oak-parent/pom.xml

Author: reschke
Date: Thu Mar 26 12:29:56 2020
New Revision: 1875707

URL: http://svn.apache.org/viewvc?rev=1875707&view=rev
Log:
OAK-8940: RDB*Store: update mssql-jdbc driver reference to 8.2.1.jre8 (merged r1874852 into 1.22)

Modified:
    jackrabbit/oak/branches/1.22/   (props changed)
    jackrabbit/oak/branches/1.22/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.22/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1874852

Modified: jackrabbit/oak/branches/1.22/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/oak-parent/pom.xml?rev=1875707&r1=1875706&r2=1875707&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.22/oak-parent/pom.xml Thu Mar 26 12:29:56 2020
@@ -1092,7 +1092,7 @@
         <dependency>
           <groupId>com.microsoft.sqlserver</groupId>
           <artifactId>mssql-jdbc</artifactId>
-          <version>7.4.1.jre8</version>
+          <version>8.2.1.jre8</version>
         </dependency>
       </dependencies>
     </profile>