Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update dependency ch.qos.logback/logback-classic to v1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2023
1 parent 2a0d5d5 commit fa7641b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etp-backend/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"src/main/resources"]
:mvn/repos {"shibboleth" {:url "https://build.shibboleth.net/maven/releases/"}}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
ch.qos.logback/logback-classic {:mvn/version "1.4.12"}
ch.qos.logback/logback-classic {:mvn/version "1.4.14"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.9"}
flathead/flathead {:mvn/version "0.0.6"}
integrant/integrant {:mvn/version "0.8.1"}
Expand Down
2 changes: 1 addition & 1 deletion etp-db/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{org.clojure/clojure {:mvn/version "1.11.1"}
org.flywaydb/flyway-core {:mvn/version "9.22.3"}
org.postgresql/postgresql {:mvn/version "42.7.1"}
ch.qos.logback/logback-classic {:mvn/version "1.4.12"}}
ch.qos.logback/logback-classic {:mvn/version "1.4.14"}}
:aliases {:test {:extra-paths ["src/test/sql"]}
:uberjar {:extra-deps {uberdeps/uberdeps {:mvn/version "1.3.0"}}
:main-opts ["-m" "uberdeps.uberjar"]}}}

0 comments on commit fa7641b

Please sign in to comment.