Skip to content

Commit

Permalink
chore(deps): bump gorm.io/driver/sqlite from 1.5.5 to 1.5.6 in /_inte…
Browse files Browse the repository at this point in the history
…gration-tests (#133)

Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from
1.5.5 to 1.5.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-gorm/sqlite/commit/b29e7fcfa51c0c2bf92e14042e5fdd3f3787bb1b"><code>b29e7fc</code></a>
Update go-sqlite3 to v1.14.22 (fixes <a
href="https://github.com/go-gorm/sqlite/issues/177">#177</a>)
(<a
href="https://github.com/go-gorm/sqlite/issues/184">#184</a>)</li>
<li><a
href="https://github.com/go-gorm/sqlite/commit/bbca3b3e6f59792cb9ec48442396b72cc08dd144"><code>bbca3b3</code></a>
Added Config for custom driver (specifically libSQL) (<a
href="https://github.com/go-gorm/sqlite/issues/185">#185</a>)</li>
<li><a
href="https://github.com/go-gorm/sqlite/commit/75442272476f1b237c6a389084c69834e86fb80d"><code>7544227</code></a>
Update github action</li>
<li><a
href="https://github.com/go-gorm/sqlite/commit/00ab0122341030ba208f34251d62227ce63f7cd0"><code>00ab012</code></a>
fix: double quoted string literals in migrator (<a
href="https://github.com/go-gorm/sqlite/issues/183">#183</a>)</li>
<li>See full diff in <a
href="https://github.com/go-gorm/sqlite/compare/v1.5.5...v1.5.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/driver/sqlite&package-manager=go_modules&previous-version=1.5.5&new-version=1.5.6)](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 Jul 2, 2024
1 parent 7323cc8 commit caea2a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
google.golang.org/grpc v1.64.0
google.golang.org/grpc/examples v0.0.0-20230913203803-9deee9ba5f5b
gopkg.in/DataDog/dd-trace-go.v1 v1.65.1
gorm.io/driver/sqlite v1.5.5
gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
gotest.tools/v3 v3.5.1
)
Expand Down
4 changes: 2 additions & 2 deletions _integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1487,8 +1487,8 @@ gorm.io/driver/mysql v1.0.1 h1:omJoilUzyrAp0xNoio88lGJCroGdIOen9hq2A/+3ifw=
gorm.io/driver/mysql v1.0.1/go.mod h1:KtqSthtg55lFp3S5kUXqlGaelnWpKitn4k1xZTnoiPw=
gorm.io/driver/postgres v1.4.6 h1:1FPESNXqIKG5JmraaH2bfCVlMQ7paLoCreFxDtqzwdc=
gorm.io/driver/postgres v1.4.6/go.mod h1:UJChCNLFKeBqQRE+HrkFUbKbq9idPXmTOk2u4Wok8S4=
gorm.io/driver/sqlite v1.5.5 h1:7MDMtUZhV065SilG62E0MquljeArQZNfJnjd9i9gx3E=
gorm.io/driver/sqlite v1.5.5/go.mod h1:6NgQ7sQWAIFsPrJJl1lSNSu2TABh0ZZ/zm5fosATavE=
gorm.io/driver/sqlite v1.5.6 h1:fO/X46qn5NUEEOZtnjJRWRzZMe8nqJiQ9E+0hi+hKQE=
gorm.io/driver/sqlite v1.5.6/go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4=
gorm.io/driver/sqlserver v1.4.2 h1:nMtEeKqv2R/vv9FoHUFWfXfP6SskAgRar0TPlZV1stk=
gorm.io/driver/sqlserver v1.4.2/go.mod h1:XHwBuB4Tlh7DqO0x7Ema8dmyWsQW7wi38VQOAFkrbXY=
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde h1:9DShaph9qhkIYw7QF91I/ynrr4cOO2PZra2PFD7Mfeg=
Expand Down

0 comments on commit caea2a6

Please sign in to comment.