Skip to content

Commit a09ae42

Browse files
Bump go.mongodb.org/mongo-driver from 1.17.4 to 1.17.6 in the go-deps group (#557)
Bumps the go-deps group with 1 update: [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver). Updates `go.mongodb.org/mongo-driver` from 1.17.4 to 1.17.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d2fa0ab6f3ba0579b7bca7912d30e23907ffec9a"><code>d2fa0ab</code></a> BUMP v1.17.6</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/f1d540b2c4e606b6b0aa5d482fad848139664ef4"><code>f1d540b</code></a> BUMP v1.17.5</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/b8790284926105a1ad35cf8c7be5fb642b78d8ac"><code>b879028</code></a> GODRIVER-3654 Don't test v1 branches against latest server. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2188">#2188</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/21f47d4287f28410b3d1852128ed299ba7b2609e"><code>21f47d4</code></a> Allow ignore-for-release label to satisfy label checker (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2203">#2203</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/8708ca8b6964eb525418c86432ab3b366dbf177d"><code>8708ca8</code></a> Disable merge-up from release/1.17 (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2202">#2202</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/0b2794fb49f6e1c1fdeb4ed8ea3991119d86053f"><code>0b2794f</code></a> GODRIVER-3612 Add an internal-only NewSessionWithLSID API (v1) (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2183">#2183</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/747a8d0f4fecbeb380f4682855a58b24b2436317"><code>747a8d0</code></a> Consider HTTP 429 a succcessful response in the Markdown link check. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2191">#2191</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/8c336ff79eaf5b09dc0003d2480552faf3d8e610"><code>8c336ff</code></a> Pin drivers-evergreen-tools to rev 98f6b0e in v1. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2184">#2184</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/106cff3f48657f4d5f40d88e24fba88e670ff09e"><code>106cff3</code></a> Retry Markdown link checks on HTTP 429 (v1) (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2186">#2186</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d4064746e1ae2adcc9ef98147e3d3ef80e23425c"><code>d406474</code></a> GODRIVER-3564: Add config and workflows for release note labels (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/2148">#2148</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.17.4...v1.17.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.mongodb.org/mongo-driver&package-manager=go_modules&previous-version=1.17.4&new-version=1.17.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e8a4fd commit a09ae42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/xdg/stringprep v1.0.3
2424
github.com/yudai/gojsondiff v1.0.0
2525
go.mongodb.org/atlas v0.38.0
26-
go.mongodb.org/mongo-driver v1.17.4
26+
go.mongodb.org/mongo-driver v1.17.6
2727
go.opentelemetry.io/otel v1.38.0
2828
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
2929
go.opentelemetry.io/otel/sdk v1.38.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
242242
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
243243
go.mongodb.org/atlas v0.38.0 h1:zfwymq20GqivGwxPZfypfUDry+WwMGVui97z1d8V4bU=
244244
go.mongodb.org/atlas v0.38.0/go.mod h1:DJYtM+vsEpPEMSkQzJnFHrT0sP7ev6cseZc/GGjJYG8=
245-
go.mongodb.org/mongo-driver v1.17.4 h1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=
246-
go.mongodb.org/mongo-driver v1.17.4/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
245+
go.mongodb.org/mongo-driver v1.17.6 h1:87JUG1wZfWsr6rIz3ZmpH90rL5tea7O3IHuSwHUpsss=
246+
go.mongodb.org/mongo-driver v1.17.6/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
247247
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
248248
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
249249
go.opentelemetry.io/otel v1.38.0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=

0 commit comments

Comments
 (0)