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 2016/06/17 15:44:43 UTC

svn commit: r1748870 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: reschke
Date: Fri Jun 17 15:44:43 2016
New Revision: 1748870

URL: http://svn.apache.org/viewvc?rev=1748870&view=rev
Log:
OAK-4482: RDB*Store: update tomcat-jdbc test dependency

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

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1748870&r1=1748869&r2=1748870&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Fri Jun 17 15:44:43 2016
@@ -338,7 +338,7 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-jdbc</artifactId>
-      <version>7.0.64</version>
+      <version>7.0.69</version>
       <scope>test</scope>
     </dependency>
     <dependency>