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
commit 721b04dceb4ee6ecc9a427c123a4bff9805a5c94 Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Oct 13 08:52:49 2016 +0000 SLING-5879 - StatementCache interceptor configured by default causes ResultSets to remain open Update tomcat-jdbc dependency to 7.0.72 which has fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59850 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1764629 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d5a24f..4e47d60 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> - <version>7.0.53</version> + <version>7.0.72</version> <exclusions> <exclusion> <groupId>org.apache.tomcat</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
