Skip to content

Commit b9502df

Browse files
committed
bumped up dependencies
1 parent 667f1ba commit b9502df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
(defproject conman "0.9.5"
1+
(defproject conman "0.9.6"
22
:description "a database connection management library"
33
:url "https://github.com/luminus-framework/conman"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6-
:dependencies [[org.clojure/clojure "1.10.1"]
6+
:dependencies [[org.clojure/clojure "1.11.1"]
77
[com.layerware/hugsql-core "0.5.3"]
88
[com.layerware/hugsql-adapter-next-jdbc "0.5.3"]
99
[com.carouselapps/to-jdbc-uri "0.5.0"]
1010
[com.github.seancorfield/next.jdbc "1.2.796"]
11-
[hikari-cp "2.14.0"]]
11+
[hikari-cp "3.0.1"]]
1212
:profiles
1313
{:dev
1414
{:dependencies [[com.h2database/h2 "2.1.214"]

0 commit comments

Comments
 (0)