Skip to content

Commit

Permalink
Upgrade c3p0 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Ganjisaffar committed Feb 4, 2019
1 parent ffd90ab commit dc68f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crawler4j-examples/crawler4j-examples-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<postgresql.version>42.2.1</postgresql.version>
<c3p0.version>0.9.5.2</c3p0.version>
<c3p0.version>0.9.5.3</c3p0.version>
<flyway.db.version>5.0.7</flyway.db.version>
<guava.version>24.0-jre</guava.version>
</properties>
Expand Down Expand Up @@ -104,7 +104,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>
<profile>
<id>custom-docker-compose-location</id>
<activation>
Expand All @@ -125,6 +125,6 @@
</plugin>
</plugins>
</build>
</profile>
</profile>
</profiles>
</project>

0 comments on commit dc68f3f

Please sign in to comment.