Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gorm.io/gorm from 1.25.4 to 1.25.5 (#433)
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