Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the gomod-deps group with 4 updates #566

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the gomod-deps group with 4 updates: github.com/gorilla/sessions, github.com/ory/dockertest/v3, golang.org/x/oauth2 and google.golang.org/api.

Updates github.com/gorilla/sessions from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/gorilla/sessions's releases.

v1.4.0

Summary

There were new features important for compatibility with some of the upcoming cookie security changes with google that required a new Partitioned attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released.

If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0.

The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below.

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.2...v1.4.0

Commits
  • bb4cd60 chore: Update readme to relect go 1.23 release
  • e2083f9 chore: update to go 1.23 for workflows
  • 6eef180 fix: Missing SameSite attribute on options
  • a56e60c Add mysql store to the readme (#279)
  • 466d29e chore: Update readme and copyrights
  • 7a8159e chore(go): Remove go version 1.11 support
  • ff5660f chore(go): Add warning about main branch
  • 8e2d547 chore(go): Remove vendored dependencies
  • See full diff in compare view

Updates github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0

Release notes

Sourced from github.com/ory/dockertest/v3's releases.

v3.11.0

What's Changed

New Contributors

Full Changelog: ory/dockertest@v3.10.0...v3.11.0

Commits
  • 6110e9a chore: update docker to v27.1.1 (#522)
  • d229e74 feat: introduce cve scanners (#500)
  • 1b46b29 chore(deps): bump actions/stale from 4 to 9 (#507)
  • 44496a3 chore(deps): bump actions/setup-go from 4 to 5 (#508)
  • 1aa8cd7 chore(deps): bump actions/setup-node from 2.pre.beta to 4.0.2 (#503)
  • 0c91bda chore(deps): bump github.com/opencontainers/image-spec (#510)
  • 3328cf9 move tests to dockertest_test package (#490)
  • 05f6347 chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 (#509)
  • 6539ccd chore: replace deprecated ioutil.TempDir with os.MkdirTemp (#506)
  • 84015fd chore: remove direct dependency on gotest.tools/v3 (#504)
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.21.0 to 0.22.0

Commits

Updates google.golang.org/api from 0.189.0 to 0.195.0

Release notes

Sourced from google.golang.org/api's releases.

v0.195.0

0.195.0 (2024-08-28)

Features

v0.194.0

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

v0.193.0

0.193.0 (2024-08-20)

Features

v0.192.0

0.192.0 (2024-08-13)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.195.0 (2024-08-28)

Features

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

0.193.0 (2024-08-20)

Features

0.192.0 (2024-08-13)

Features

Bug Fixes

... (truncated)

Commits

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 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

Bumps the gomod-deps group with 4 updates: [github.com/gorilla/sessions](https://github.com/gorilla/sessions), [github.com/ory/dockertest/v3](https://github.com/ory/dockertest), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/gorilla/sessions` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/gorilla/sessions/releases)
- [Commits](gorilla/sessions@v1.3.0...v1.4.0)

Updates `github.com/ory/dockertest/v3` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/ory/dockertest/releases)
- [Commits](ory/dockertest@v3.10.0...v3.11.0)

Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0
- [Commits](golang/oauth2@v0.21.0...v0.22.0)

Updates `google.golang.org/api` from 0.189.0 to 0.195.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.189.0...v0.195.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/sessions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: github.com/ory/dockertest/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2024
@dependabot dependabot bot requested a review from iChemy September 1, 2024 04:15
@iChemy
Copy link
Contributor

iChemy commented Sep 2, 2024

github/codeql-action#2455
codeql が 1.23.0 に対応していなさそうなので gorilla は 1.3.0 にして go のバージョンに変更はなしにする

@iChemy iChemy force-pushed the dependabot/go_modules/gomod-deps-b2ea81d4ba branch from 44d2c3e to 62d0831 Compare September 2, 2024 11:31
Copy link
Contributor

@iChemy iChemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動作確認よし

@iChemy iChemy merged commit d9414e7 into main Sep 2, 2024
5 of 6 checks passed
@iChemy iChemy deleted the dependabot/go_modules/gomod-deps-b2ea81d4ba branch September 2, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant