This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git


The following commit(s) were added to refs/heads/master by this push:
     new 30a1fc2  SLING-7799 - upgrade Sling Datasource extension to latest 
Tomcat JDBC
30a1fc2 is described below

commit 30a1fc27e66b2391f39d50ce6cb0384322921688
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Aug 21 11:28:45 2018 +0200

    SLING-7799 - upgrade Sling Datasource extension to latest Tomcat JDBC
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3e1134..cb04e71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-jdbc</artifactId>
-      <version>7.0.75</version>
+      <version>7.0.90</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tomcat</groupId>

Reply via email to