ProgrammingLab / prolab-accounts

部員紹介、認証基盤
MIT License
3 stars 3 forks source link

Bump github.com/ory/hydra from 1.0.8 to 1.0.9 #176

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/ory/hydra from 1.0.8 to 1.0.9.

Release notes *Sourced from [github.com/ory/hydra's releases](https://github.com/ory/hydra/releases).* > ## v1.0.9+oryOS.12 > ## Changelog > > 713a5aec Build(deps): Bump jackson-version in /sdk/java/hydra-client-resttemplate ([#1608](https://github-redirect.dependabot.com/ory/hydra/issues/1608)) > 6ff3510f Remove unnecessary paragraph in Hydra API docs ([#1605](https://github-redirect.dependabot.com/ory/hydra/issues/1605)) > 97225061 Revert incorrect license changes > 44ee9e27 Updated README.md file ([#1606](https://github-redirect.dependabot.com/ory/hydra/issues/1606)) > 0732da4b ci: Add ci skip tag to changelog updates > 4e24c117 ci: Resolve broken github_changelog_generator task ([#1609](https://github-redirect.dependabot.com/ory/hydra/issues/1609)) > 83ab0454 ci: Revert changelog generator to 1.14.3 > 757c2d39 ci: Use correct version flag for gcg > c84adc74 client: Add optional metadata field ([#1602](https://github-redirect.dependabot.com/ory/hydra/issues/1602)) > 7547ac9d client: Change pk field to int64 ([#1597](https://github-redirect.dependabot.com/ory/hydra/issues/1597)) > b48b1a08 core: Fix CORS origin match for OAuth2 Clients ([#1624](https://github-redirect.dependabot.com/ory/hydra/issues/1624)) > 31ecf09c doc: Correct alias in OAuth2 scopes documentation ([#1613](https://github-redirect.dependabot.com/ory/hydra/issues/1613)) > 8de3dca2 docs: Incorporates changes from version v1.0.8-13-gc629190a [ci skip] > ad9db79d docs: Incorporates changes from version v1.0.8-15-g31ecf09c [ci skip] > ba3f66fb docs: Incorporates changes from version v1.0.8-18-gb48b1a08 [ci skip] > e17c1ba2 docs: Incorporates changes from version v1.0.8-8-g757c2d39 > c0662780 docs: Incorporates changes from version v1.0.8-9-ge17c1ba2 > 40d22761 docs: Remove OAuth 2.0 Dynamic Client Registration links ([#1611](https://github-redirect.dependabot.com/ory/hydra/issues/1611)) > c629190a docs: Resolve broken markdown links ([#1612](https://github-redirect.dependabot.com/ory/hydra/issues/1612)) > > > ## Docker images > > - `docker pull oryd/hydra:v1-alpine` > - `docker pull oryd/hydra:v1.0-alpine` > - `docker pull oryd/hydra:v1.0.9-alpine` > - `docker pull oryd/hydra:v1.0.9-alpine` > - `docker pull oryd/hydra:latest-alpine` > - `docker pull oryd/hydra:v1` > - `docker pull oryd/hydra:v1.0` > - `docker pull oryd/hydra:v1.0.9` > - `docker pull oryd/hydra:v1.0.9` > - `docker pull oryd/hydra:latest`
Changelog *Sourced from [github.com/ory/hydra's changelog](https://github.com/ory/hydra/blob/master/CHANGELOG.md).* > ## [v1.0.9](https://github.com/ory/hydra/tree/v1.0.9) (2019-11-02) > [Full Changelog](https://github.com/ory/hydra/compare/v1.0.8...v1.0.9) > > **Fixed bugs:** > > - CORS allowed\_origins not working as expected [\#1615](https://github-redirect.dependabot.com/ory/hydra/issues/1615) > - ci: Resolve broken github\_changelog\_generator task [\#1609](https://github-redirect.dependabot.com/ory/hydra/pull/1609) ([aeneasr](https://github.com/aeneasr)) > > **Closed issues:** > > - Client authentication failed due to password contains character "+" [\#1622](https://github-redirect.dependabot.com/ory/hydra/issues/1622) > - Using Discovery in combination with ory deploy documentation [\#1620](https://github-redirect.dependabot.com/ory/hydra/issues/1620) > - Support for OAuth2 Dynamic Client Registration RFC \(7591, 7592\) [\#1616](https://github-redirect.dependabot.com/ory/hydra/issues/1616) > - Examples of use with SPA [\#1614](https://github-redirect.dependabot.com/ory/hydra/issues/1614) > - Does Hydra has metric or statistics interface? [\#1607](https://github-redirect.dependabot.com/ory/hydra/issues/1607) > - Need return login\_challenge with body instead of in Location header and redirect. [\#1604](https://github-redirect.dependabot.com/ory/hydra/issues/1604) > - Remove OAuth 2.0 Dynamic Client Registration links from README [\#1601](https://github-redirect.dependabot.com/ory/hydra/issues/1601) > - docs: Fix broken markdown links in README [\#1600](https://github-redirect.dependabot.com/ory/hydra/issues/1600) > - Hydra write to database: broken pipe [\#1599](https://github-redirect.dependabot.com/ory/hydra/issues/1599) > - sqlData struct PK field should be an int64 [\#1595](https://github-redirect.dependabot.com/ory/hydra/issues/1595) > - Add ext properties on OAuth clients [\#1594](https://github-redirect.dependabot.com/ory/hydra/issues/1594) > - The authorization server does not support obtaining a token using this method [\#1501](https://github-redirect.dependabot.com/ory/hydra/issues/1501) > > **Merged pull requests:** > > - Using glob \*\* pattern in order to match partial wildcard with protoco… [\#1624](https://github-redirect.dependabot.com/ory/hydra/pull/1624) ([Aterocana](https://github.com/Aterocana)) > - Correct alias in OAuth2 scopes documentation [\#1613](https://github-redirect.dependabot.com/ory/hydra/pull/1613) ([slashmo](https://github.com/slashmo)) > - Update README.md [\#1612](https://github-redirect.dependabot.com/ory/hydra/pull/1612) ([TilmanTheile](https://github.com/TilmanTheile)) > - Update README.md [\#1611](https://github-redirect.dependabot.com/ory/hydra/pull/1611) ([TilmanTheile](https://github.com/TilmanTheile)) > - Build\(deps\): Bump jackson-version from 2.8.9 to 2.10.0 in /sdk/java/hydra-client-resttemplate [\#1608](https://github-redirect.dependabot.com/ory/hydra/pull/1608) ([dependabot[bot]](https://github.com/apps/dependabot)) > - Updated README.md file [\#1606](https://github-redirect.dependabot.com/ory/hydra/pull/1606) ([nishanth2143](https://github.com/nishanth2143)) > - Remove unnecessary paragraph in Hydra API docs [\#1605](https://github-redirect.dependabot.com/ory/hydra/pull/1605) ([slashmo](https://github.com/slashmo)) > - Feature/add client metadata [\#1602](https://github-redirect.dependabot.com/ory/hydra/pull/1602) ([pike1212](https://github.com/pike1212)) > - client: change pk field to int64 [\#1597](https://github-redirect.dependabot.com/ory/hydra/pull/1597) ([pike1212](https://github.com/pike1212)) > - Don't touch authentication cookie on skipped logins [\#1564](https://github-redirect.dependabot.com/ory/hydra/pull/1564) ([doubliez](https://github.com/doubliez))
Commits - [`ba3f66f`](https://github.com/ory/hydra/commit/ba3f66fb3bcb6bac5e686c1e486cffea564b31f7) docs: Incorporates changes from version v1.0.8-18-gb48b1a08 [ci skip] - [`b48b1a0`](https://github.com/ory/hydra/commit/b48b1a0856d0bd043ef21a4ba82ecb92294df443) core: Fix CORS origin match for OAuth2 Clients ([#1624](https://github-redirect.dependabot.com/ory/hydra/issues/1624)) - [`9722506`](https://github.com/ory/hydra/commit/972250612fc57b78474a04b38abbc42384c77cba) Revert incorrect license changes - [`ad9db79`](https://github.com/ory/hydra/commit/ad9db79dca08121441c2799a01aed3b833f6631f) docs: Incorporates changes from version v1.0.8-15-g31ecf09c [ci skip] - [`31ecf09`](https://github.com/ory/hydra/commit/31ecf09cb48bce61d3057b1de162c7c39251d6a1) doc: Correct alias in OAuth2 scopes documentation ([#1613](https://github-redirect.dependabot.com/ory/hydra/issues/1613)) - [`8de3dca`](https://github.com/ory/hydra/commit/8de3dca2e9396b1d85a1cbb0b799438a29618606) docs: Incorporates changes from version v1.0.8-13-gc629190a [ci skip] - [`c629190`](https://github.com/ory/hydra/commit/c629190ac8cb8101b9b75f63e8f42b541af3ffaf) docs: Resolve broken markdown links ([#1612](https://github-redirect.dependabot.com/ory/hydra/issues/1612)) - [`40d2276`](https://github.com/ory/hydra/commit/40d2276155cd10189071d5112c70988561018880) docs: Remove OAuth 2.0 Dynamic Client Registration links ([#1611](https://github-redirect.dependabot.com/ory/hydra/issues/1611)) - [`0732da4`](https://github.com/ory/hydra/commit/0732da4b272216a152e556c9fc0ae29deff32fd9) ci: Add ci skip tag to changelog updates - [`c066278`](https://github.com/ory/hydra/commit/c0662780ef7255de7edec6fa35f10811c4d795f0) docs: Incorporates changes from version v1.0.8-9-ge17c1ba2 - Additional commits viewable in [compare view](https://github.com/ory/hydra/compare/v1.0.8...v1.0.9)


Dependabot compatibility score

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #184.