Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 8 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.0.16` | `3.1.2` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.2.2` | `1.3.6` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.0.12` | `2.1.1` |
| [oban](https://github.com/sorentwo/oban) | `2.17.11` | `2.17.12` |
| [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) | `4.6.1` | `4.6.2` |



Updates `ash` from 3.0.16 to 3.1.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits)

Updates `ash_json_api` from 1.2.2 to 1.3.6
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.2.2...v1.3.6)

Updates `ash_postgres` from 2.0.12 to 2.1.1
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.0.12...v2.1.1)

Updates `jason` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/michalmuskala/jason/releases)
- [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md)
- [Commits](michalmuskala/jason@v1.4.1...v1.4.3)

Updates `oban` from 2.17.11 to 2.17.12
- [Release notes](https://github.com/sorentwo/oban/releases)
- [Changelog](https://github.com/sorentwo/oban/blob/v2.17.12/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.17.11...v2.17.12)

Updates `open_api_spex` from 3.19.1 to 3.20.0
- [Release notes](https://github.com/open-api-spex/open_api_spex/releases)
- [Changelog](https://github.com/open-api-spex/open_api_spex/blob/master/CHANGELOG.md)
- [Commits](open-api-spex/open_api_spex@v3.19.1...v3.20.0)

Updates `phoenix_ecto` from 4.6.1 to 4.6.2
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_ecto@v4.6.1...v4.6.2)

Updates `req` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jason
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: oban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: open_api_spex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: phoenix_ecto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: req
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 916ea88 commit bb54eb2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ defmodule AshHq.MixProject do
defp deps do
[
{:ash, "~> 3.0"},
{:ash_postgres, "~> 2.0.0-rc"},
{:ash_postgres, "~> 2.1.1"},
{:ash_admin, "~> 0.11.0"},
{:ash_phoenix, "~> 2.0.0-rc"},
{:ash_graphql, "~> 1.2.0"},
{:ash_json_api, "~> 1.2.0"},
{:ash_json_api, "~> 1.3.6"},
{:ash_appsignal, "~> 0.1"},
{:ash_blog, github: "ash-project/ash_blog"},
{:ash_csv, "~> 0.9.7-rc"},
Expand Down
Loading

0 comments on commit bb54eb2

Please sign in to comment.