Merge pull request #4212 from taosdata/dependabot/maven/tests/examples/JDBC/connectionPools/com.mchange-c3p0-0.9.5.4

Bump c3p0 from 0.9.5.2 to 0.9.5.4 in /tests/examples/JDBC/connectionPools
This commit is contained in:
huili 2020-11-13 15:39:20 +08:00 committed by GitHub
commit f001d96942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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>
</dependency> </dependency>
<!-- log4j --> <!-- log4j -->