Skip to content

Commit

Permalink
Merge pull request #571 from solita/renovate-fix/ch.qos.logback-logba…
Browse files Browse the repository at this point in the history
…ck-classic-1.x

Update dependency ch.qos.logback/logback-classic to v1.5.12
  • Loading branch information
solita-juhohaa authored Nov 4, 2024
2 parents 582eca2 + e1758aa commit 6a2d6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etp-core/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.12.0"}
ch.qos.logback/logback-classic {:mvn/version "1.5.7"}
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.16"}
flathead/flathead {:mvn/version "0.0.6"}
integrant/integrant {:mvn/version "0.10.0"}
Expand Down
2 changes: 1 addition & 1 deletion etp-core/etp-db/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
org.flywaydb/flyway-core {:mvn/version "10.17.1"}
org.flywaydb/flyway-database-postgresql {:mvn/version "10.17.1"}
org.postgresql/postgresql {:mvn/version "42.7.3"}
ch.qos.logback/logback-classic {:mvn/version "1.5.7"}}
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}}
:aliases {:test {:extra-paths ["src/test/sql"]}
:dev {:extra-paths ["src/test/dev-sql"]}
:uberjar {:extra-deps {uberdeps/uberdeps {:mvn/version "1.4.0"}}
Expand Down

0 comments on commit 6a2d6ba

Please sign in to comment.