Skip to content

Commit

Permalink
Update flyway to v10.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 16, 2024
1 parent 916dd0d commit 3cb3680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etp-core/etp-db/deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src/main/clj" "src/main/sql" "src/main/resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.4"}
org.flywaydb/flyway-core {:mvn/version "10.13.0"}
org.flywaydb/flyway-database-postgresql {:mvn/version "10.13.0"}
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"}}
:aliases {:test {:extra-paths ["src/test/sql"]}
Expand Down

0 comments on commit 3cb3680

Please sign in to comment.