Browse Source

AMBARI-25313: Upgrade dependency on com.mchange:c3p0:jar:0.9.5.2 in Ambari Server (#3478)

Zhiguo Wu 3 years ago
parent
commit
ad91fac235
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-server/pom.xml

+ 1 - 1
ambari-server/pom.xml

@@ -1774,7 +1774,7 @@
     <dependency>
     <dependency>
       <groupId>com.mchange</groupId>
       <groupId>com.mchange</groupId>
       <artifactId>c3p0</artifactId>
       <artifactId>c3p0</artifactId>
-      <version>[0.9.5.2]</version>
+      <version>[0.9.5.4]</version>
       <scope>compile</scope>
       <scope>compile</scope>
     </dependency>
     </dependency>
     <dependency>
     <dependency>