Skip to content

Commit

Permalink
upgrade library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Feb 13, 2023
1 parent 74205d0 commit b973375
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[potemkin "0.4.6"]
[org.apache.commons/commons-configuration2 "2.8.0"]
[com.google.guava/guava "31.1-jre"]
[ai.z7/java-properties "1.1.1"]
[ai.z7/java-properties "1.2.0"]

[org.umlg/sqlg-postgres-dialect "2.1.6"
:exclusions [com.google.guava/guava]]
Expand All @@ -26,11 +26,11 @@
:source-paths ["src-clj"]
:java-source-paths ["src-java"]
:profiles {:dev {:global-vars {*assert* true}
:dependencies [[ch.qos.logback/logback-classic "1.4.4"
:dependencies [[ch.qos.logback/logback-classic "1.4.5"
:exclusions [org.slf4j/slf4j-api]]
[org.slf4j/jul-to-slf4j "2.0.3"]
[org.slf4j/jcl-over-slf4j "2.0.3"]
[org.slf4j/log4j-over-slf4j "2.0.3"]
[org.slf4j/jul-to-slf4j "2.0.6"]
[org.slf4j/jcl-over-slf4j "2.0.6"]
[org.slf4j/log4j-over-slf4j "2.0.6"]
[org.clojure/tools.logging "1.2.4"]]
:junit ["src-java"]}
:uberjar {:aot :all}}
Expand Down

0 comments on commit b973375

Please sign in to comment.