Skip to content

Commit

Permalink
Merge pull request #637 from solita/renovate-fix/flyway
Browse files Browse the repository at this point in the history
Update flyway to v10.22.0
  • Loading branch information
solita-juhohaa authored Dec 13, 2024
2 parents e7fda33 + 3a90463 commit 625897f
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.12.0"}
org.flywaydb/flyway-core {:mvn/version "10.20.1"}
org.flywaydb/flyway-database-postgresql {:mvn/version "10.20.1"}
org.flywaydb/flyway-core {:mvn/version "10.22.0"}
org.flywaydb/flyway-database-postgresql {:mvn/version "10.22.0"}
org.postgresql/postgresql {:mvn/version "42.7.4"}
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}}
:aliases {:test {:extra-paths ["src/test/sql"]}
Expand Down

0 comments on commit 625897f

Please sign in to comment.