Skip to content

Commit

Permalink
Bump gorm.io/gorm from 1.25.4 to 1.25.5 (#433)
Browse files Browse the repository at this point in the history
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to
1.25.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-gorm/gorm/commit/6bef318891b98263f3568c13093b5860245d2c52"><code>6bef318</code></a>
add support for returning in sqlserver (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6585">#6585</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/1b240810106fd68f84cfe73bcacaf91a8e4ce1dd"><code>1b24081</code></a>
chore(deps): bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6586">#6586</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/8c18714462de07fa3392b99eda089f2f9e3b6042"><code>8c18714</code></a>
Don't call MethodByName with a variable arg (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/12ba285a52fb25c3422e16226666ba791f376c0b"><code>12ba285</code></a>
*datatypes.JSON in model causes panic on tx.Statement.Changed (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/9d8a5bb208f5616638cbaad878a12d5ac73970d3"><code>9d8a5bb</code></a>
feat: reuse name (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6626">#6626</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/2095d42b4c15de8d0cdaf64fd75e306bec40d9c4"><code>2095d42</code></a>
fix: sqlite dialector cannot apply <code>PRIMARY KEY
AUTOINCREMENT</code> type (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6624">#6624</a>)</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/e57e5d8884d801caa4ce0307bcd081f7e889e514"><code>e57e5d8</code></a>
Update go.mod</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/653732e1c33858f5743a34f9fbfe66428d041760"><code>653732e</code></a>
Update go testing versions</li>
<li><a
href="https://github.com/go-gorm/gorm/commit/ac07543962994da4c6994ba3907417d7835a2619"><code>ac07543</code></a>
Fixed error message when dialector fails to initialize (<a
href="https://redirect.github.com/go-gorm/gorm/issues/6509">#6509</a>)</li>
<li>See full diff in <a
href="https://github.com/go-gorm/gorm/compare/v1.25.4...v1.25.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/gorm&package-manager=go_modules&previous-version=1.25.4&new-version=1.25.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent c6d1e43 commit a3ee68c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/stretchr/testify v1.8.4
gorm.io/driver/postgres v1.5.3
gorm.io/driver/sqlite v1.4.3
gorm.io/gorm v1.25.4
gorm.io/gorm v1.25.5
gorm.io/plugin/dbresolver v1.4.7
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ gorm.io/driver/postgres v1.5.3/go.mod h1:F+LtvlFhZT7UBiA81mC9W6Su3D4WUhSboc/36QZ
gorm.io/gorm v1.23.8/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk=
gorm.io/gorm v1.24.0/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA=
gorm.io/gorm v1.25.2/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k=
gorm.io/gorm v1.25.4 h1:iyNd8fNAe8W9dvtlgeRI5zSVZPsq3OpcTu37cYcpCmw=
gorm.io/gorm v1.25.4/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k=
gorm.io/gorm v1.25.5 h1:zR9lOiiYf09VNh5Q1gphfyia1JpiClIWG9hQaxB/mls=
gorm.io/gorm v1.25.5/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
gorm.io/plugin/dbresolver v1.4.7 h1:ZwtwmJQxTx9us7o6zEHFvH1q4OeEo1pooU7efmnunJA=
gorm.io/plugin/dbresolver v1.4.7/go.mod h1:l4Cn87EHLEYuqUncpEeTC2tTJQkjngPSD+lo8hIvcT0=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
Expand Down

0 comments on commit a3ee68c

Please sign in to comment.