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

pradeep pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit a93571daedaa45ffc98869410148cf1c55a90eaf
Author: Zilong Zhu <zhuzilong2...@gmail.com>
AuthorDate: Wed Apr 6 22:54:21 2022 +0800

    RANGER-3692: Ranger cannot connect to the DB when the DB is outaged for a 
long time
    
    Signed-off-by: pradeep <prad...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 252463227..9889685c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
         <atlas.jettison.version>1.3.7</atlas.jettison.version>
         <atlas.commons.logging.version>1.1.3</atlas.commons.logging.version>
         <bouncycastle.version>1.55</bouncycastle.version>
-        <c3p0.version>0.9.5.3</c3p0.version>
+        <c3p0.version>0.9.5.5</c3p0.version>
         <cglib.version>2.2.0-b23</cglib.version>
         <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
         <checkstyle.version>8.29</checkstyle.version>

Reply via email to