Skip to content

Commit

Permalink
Merge pull request #7 from metabase/update-c3p0-version
Browse files Browse the repository at this point in the history
Update c3p0 version to latest (0.9.5.5)
  • Loading branch information
camsaul authored Nov 22, 2021
2 parents 68b9967 + dfc422f commit cd7ebc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metabase/connection-pool "1.1.1"
(defproject metabase/connection-pool "1.2.0"
:description "Connection pools for JDBC databases. Simple wrapper around C3P0."
:url "https://github.com/metabase/connection-pool"
:min-lein-version "2.5.0"
Expand All @@ -15,7 +15,7 @@
"lint" ["do" ["eastwood"] ["bikeshed"] ["check-namespace-decls"] ["docstring-checker"]]}

:dependencies
[[com.mchange/c3p0 "0.9.5.4"]]
[[com.mchange/c3p0 "0.9.5.5"]]

:profiles
{:dev
Expand Down

0 comments on commit cd7ebc6

Please sign in to comment.