Author: reschke
Date: Thu Sep 24 12:16:12 2015
New Revision: 1705043
URL: http://svn.apache.org/viewvc?rev=1705043&view=rev
Log:
OAK-3446: RDBDocumentStore: update PostgreSQL and MySQL JDBC drivers
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=1705043&r1=1705042&r2=1705043&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Sep 24 12:16:12 2015
@@ -603,7 +603,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.34</version>
+ <version>5.1.36</version>
</dependency>
</dependencies>
</profile>
@@ -613,7 +613,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4-1201-jdbc4</version>
+ <version>9.4-1203-jdbc4</version>
</dependency>
</dependencies>
</profile>