Skip to content

Commit

Permalink
feat: update metabase to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 9, 2024
1 parent 7178bdd commit 954cb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
repository: metabase/metabase
path: ${{ github.workspace }}/metabase
ref: release-x.50.x
ref: release-x.52.x
- name: install java
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
["src" "resources"]

:deps
{org.postgresql/postgresql {:mvn/version "42.7.3"}}
{org.postgresql/postgresql {:mvn/version "42.7.4"}}

:mvn/repos
{"opensaml" {:url "https://build.shibboleth.net/nexus/content/repositories/releases/"}}

:aliases
{:dev
{:extra-deps
{io.github.metabase/metabase {:git/tag "v0.50.24", :git/sha "3b63317"}}}}}
{io.github.metabase/metabase {:git/tag "v0.52.1", :git/sha "5bc320b"}}}}}

0 comments on commit 954cb7d

Please sign in to comment.