From e4a8f56680596121b2145bbd03da4022f0cffb2b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 22 Dec 2022 09:46:37 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20github.com/microsof?=
=?UTF-8?q?t/kiota-http-go=20from=200.10.0=20to=200.11.0=20in=20/src=20(#1?=
=?UTF-8?q?912)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [github.com/microsoft/kiota-http-go](https://github.com/microsoft/kiota-http-go) from 0.10.0 to 0.11.0.
Release notes
Sourced from github.com/microsoft/kiota-http-go's releases.
v0.11.0
Changed
- Fixed a bug where retry handling wouldn't rewind the request body before retrying.
Changelog
Sourced from github.com/microsoft/kiota-http-go's changelog.
[0.11.0] - 2022-12-20
Changed
- Fixed a bug where retry handling wouldn't rewind the request body before retrying.
Commits
6f459d6 Merge pull request #50 from meain/retry-seek
9d01b54 - adds a changelog entry for the retry handling seek
33cb28b Seek req.Body to 0 before retry
fe2d2fb Bump github.com/microsoft/kiota-abstractions-go from 0.15.0 to 0.15.1 (#49)
- See full diff in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
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 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)
---
src/go.mod | 2 +-
src/go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/go.mod b/src/go.mod
index 15e70a62f..78c63c066 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -11,7 +11,7 @@ require (
github.com/kopia/kopia v0.12.0
github.com/microsoft/kiota-abstractions-go v0.15.1
github.com/microsoft/kiota-authentication-azure-go v0.5.0
- github.com/microsoft/kiota-http-go v0.10.0
+ github.com/microsoft/kiota-http-go v0.11.0
github.com/microsoft/kiota-serialization-json-go v0.7.2
github.com/microsoftgraph/msgraph-sdk-go v0.49.0
github.com/microsoftgraph/msgraph-sdk-go-core v0.31.1
diff --git a/src/go.sum b/src/go.sum
index 2910b8dfd..472496b0e 100644
--- a/src/go.sum
+++ b/src/go.sum
@@ -261,8 +261,8 @@ github.com/microsoft/kiota-abstractions-go v0.15.1 h1:RgN8h9Z3AoFav1K4ODVSkmA8Es
github.com/microsoft/kiota-abstractions-go v0.15.1/go.mod h1:YqOu8G6bZTG0eCIWrmEny8PaF750uaw7tLFac4psf+4=
github.com/microsoft/kiota-authentication-azure-go v0.5.0 h1:RVA/tTgMnDIN3u4qPZtvYvVRsQDOFkd3yvi6KXjZJko=
github.com/microsoft/kiota-authentication-azure-go v0.5.0/go.mod h1:1Io6h+88FlDRmrajdjSnXPz8oyObUVjNuQZLhrF9kQk=
-github.com/microsoft/kiota-http-go v0.10.0 h1:hJwIMkZqgPwRsoZfV5hC4O2OeMvPEZDuhTcyI7Xx3IM=
-github.com/microsoft/kiota-http-go v0.10.0/go.mod h1:qr6x7O4SkEJiFVtnlwvNXapwmtJ85ifAiuqOYkKc7hY=
+github.com/microsoft/kiota-http-go v0.11.0 h1:0K0y/wZcTvEEX2Xdj5tngJqknqYQpArLdtjB/fo88Dc=
+github.com/microsoft/kiota-http-go v0.11.0/go.mod h1:4D6vMjT7jQ3IRAJrpFoaDtfS9eMaSjQKHY6ETSV2cc0=
github.com/microsoft/kiota-serialization-json-go v0.7.2 h1:DSb4fNDi5O+DqJwrHo+vRy2kSvfxG5VtN6m1EHzn5Vw=
github.com/microsoft/kiota-serialization-json-go v0.7.2/go.mod h1:Ojum5prlijopyCOZ2XctRcVlE2pU8h+43r3tMdiWoDU=
github.com/microsoft/kiota-serialization-text-go v0.6.0 h1:3N2vftYZlwKdog69AN7ha+FZT0QxPG7xp/hLv0/W2OQ=