Upgrade c3p0 in test module

This commit is contained in:
Travis Burtrum 2019-02-09 23:45:39 -05:00
parent 46a37f6571
commit 73729f5622
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,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.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.derby</groupId> <groupId>org.apache.derby</groupId>
@ -182,4 +182,4 @@
</repositories> </repositories>
</profile> </profile>
</profiles> </profiles>
</project> </project>