Skip to content

Commit e2017b3

Browse files
committed
Merge branch 'trunk'
2 parents ed19d78 + b973375 commit e2017b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

project.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject ai.z7/sqlg-clj "0.0.4"
1+
(defproject ai.z7/sqlg-clj "0.0.5"
22
:description "The SQL Graph with Tinkerpop3 and Clojure"
33
:url "https://github.com/fern-flower-lab/sqlg-clj"
44
:license {:name "MIT"}
55
:dependencies [[org.clojure/clojure "1.11.1"]
6-
[potemkin "0.4.5"]
6+
[potemkin "0.4.6"]
77
[org.apache.commons/commons-configuration2 "2.8.0"]
88
[com.google.guava/guava "31.1-jre"]
9-
[ai.z7/java-properties "1.1.0"]
9+
[ai.z7/java-properties "1.2.0"]
1010

1111
[org.umlg/sqlg-postgres-dialect "2.1.6"
1212
:exclusions [com.google.guava/guava]]
@@ -26,11 +26,11 @@
2626
:source-paths ["src-clj"]
2727
:java-source-paths ["src-java"]
2828
:profiles {:dev {:global-vars {*assert* true}
29-
:dependencies [[ch.qos.logback/logback-classic "1.2.11"
29+
:dependencies [[ch.qos.logback/logback-classic "1.4.5"
3030
:exclusions [org.slf4j/slf4j-api]]
31-
[org.slf4j/jul-to-slf4j "1.7.36"]
32-
[org.slf4j/jcl-over-slf4j "1.7.36"]
33-
[org.slf4j/log4j-over-slf4j "1.7.36"]
31+
[org.slf4j/jul-to-slf4j "2.0.6"]
32+
[org.slf4j/jcl-over-slf4j "2.0.6"]
33+
[org.slf4j/log4j-over-slf4j "2.0.6"]
3434
[org.clojure/tools.logging "1.2.4"]]
3535
:junit ["src-java"]}
3636
:uberjar {:aot :all}}

0 commit comments

Comments
 (0)