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/10/24 10:31:21 UTC

svn commit: r1868866 - in /jackrabbit/oak/branches/1.4: ./ oak-parent/pom.xml

Author: reschke
Date: Thu Oct 24 10:31:21 2019
New Revision: 1868866

URL: http://svn.apache.org/viewvc?rev=1868866&view=rev
Log:
OAK-7590: RDB*Store: update Tomcat JDBC pool dependency to 8.5.32 (merged r1834428 into 1.4)

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

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1834428

Modified: jackrabbit/oak/branches/1.4/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-parent/pom.xml?rev=1868866&r1=1868865&r2=1868866&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-parent/pom.xml Thu Oct 24 10:31:21 2019
@@ -576,7 +576,7 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-jdbc</artifactId>
-        <version>8.5.30</version>
+        <version>8.5.32</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>