Skip to content

Commit

Permalink
Update c3p0 to version 0.9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
J3173 authored and chrisdennis committed Oct 4, 2019
1 parent 77e9826 commit 6e30d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<skipCheckstyle>false</skipCheckstyle>

<slf4j.version>1.6.1</slf4j.version>
<c3p0.version>0.9.1.1</c3p0.version>
<c3p0.version>0.9.5.4</c3p0.version>
<log4j.version>1.2.16</log4j.version>
<maven-forge-plugin.version>1.0.5-SNAPSHOT</maven-forge-plugin.version>

Expand Down
2 changes: 1 addition & 1 deletion quartz-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<!--Compile scope. If you add something to compile scope, you have to do the same thing in packaging/pom.xml -->
<dependency>
<groupId>c3p0</groupId>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>${c3p0.version}</version>
</dependency>
Expand Down

0 comments on commit 6e30d82

Please # to comment.