diff --git a/project.clj b/project.clj index ac56fdd..47b0b93 100644 --- a/project.clj +++ b/project.clj @@ -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" @@ -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