Skip to content

Commit 878bf90

Browse files
Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 in the all group (#773)
Bumps the all group with 1 update: [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi). Updates `github.com/getkin/kin-openapi` from 0.131.0 to 0.132.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getkin/kin-openapi/releases">github.com/getkin/kin-openapi's releases</a>.</em></p> <blockquote> <h2>v0.132.0</h2> <h2>What's Changed</h2> <ul> <li>style: Use fmt.Sprint without formating by <a href="https://github.com/gaiaz-iusipov"><code>@​gaiaz-iusipov</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1061">getkin/kin-openapi#1061</a></li> <li>openapi3filter: don't consume request body in <code>AuthenticatorFunc</code> by <a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1064">getkin/kin-openapi#1064</a></li> <li>openapi2conv: fix for refs on items within additional properties by <a href="https://github.com/roberth1988"><code>@​roberth1988</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1067">getkin/kin-openapi#1067</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaiaz-iusipov"><code>@​gaiaz-iusipov</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1061">getkin/kin-openapi#1061</a></li> <li><a href="https://github.com/roberth1988"><code>@​roberth1988</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1067">getkin/kin-openapi#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0">https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getkin/kin-openapi/commit/72b5d5177d5993bbbc8c863e36ef036850558658"><code>72b5d51</code></a> openapi2conv: fix for refs on items within additional properties (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1067">#1067</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/75e2cc5ad8729cf119ad0274ea0678e2e360c731"><code>75e2cc5</code></a> openapi3filter: don't consume request body in <code>AuthenticatorFunc</code> (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1064">#1064</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/3cf8f7dad86555f6ad46c5972cc1bfb517afb148"><code>3cf8f7d</code></a> style: Use fmt.Sprint without formating (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1061">#1061</a>)</li> <li>See full diff in <a href="https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.131.0&new-version=0.132.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a8f912 commit 878bf90

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
@@ -12,7 +12,7 @@ require (
1212
cuelang.org/go v0.5.0
1313
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
1414
github.com/dave/dst v0.27.3
15-
github.com/getkin/kin-openapi v0.131.0
15+
github.com/getkin/kin-openapi v0.132.0
1616
github.com/grafana/codejen v0.0.3
1717
github.com/grafana/cuetsy v0.1.11
1818
github.com/grafana/thema v0.0.0-20230511182720-3146087fcc26

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
6666
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
6767
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
6868
github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc=
69-
github.com/getkin/kin-openapi v0.131.0 h1:NO2UeHnFKRYhZ8wg6Nyh5Cq7dHk4suQQr72a4pMrDxE=
70-
github.com/getkin/kin-openapi v0.131.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
69+
github.com/getkin/kin-openapi v0.132.0 h1:3ISeLMsQzcb5v26yeJrBcdTCEQTag36ZjaGk7MIRUwk=
70+
github.com/getkin/kin-openapi v0.132.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
7171
github.com/getsentry/sentry-go v0.12.0 h1:era7g0re5iY13bHSdN/xMkyV+5zZppjRVQhZrXCaEIk=
7272
github.com/getsentry/sentry-go v0.12.0/go.mod h1:NSap0JBYWzHND8oMbyi0+XZhUalc1TBdRL1M71JZW2c=
7373
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3/go.mod h1:VJ0WA2NBN22VlZ2dKZQPAPnyWw5XTlK1KymzLKsr59s=

0 commit comments

Comments
 (0)