Skip to content

build(deps): bump the gomod group across 1 directory with 3 updates #685

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2025

Bumps the gomod group with 3 updates in the / directory: github.com/bradleyfalzon/ghinstallation/v2, github.com/go-git/go-git/v5 and gocloud.dev.

Updates github.com/bradleyfalzon/ghinstallation/v2 from 2.14.0 to 2.15.0

Release notes

Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.

v2.15.0

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.14.0...v2.15.0

Commits
  • c2f5b85 upgrade golangci-lint to v2 and use best practices for the workflows
  • 66b63f8 update go-github to v71
  • 3fe6453 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • d9e69c7 Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0
  • 6e3124e Bump actions/setup-go from 5.3.0 to 5.4.0 in the actions group
  • d74affa Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  • 3f514f1 bump go-github to v69.2.0
  • See full diff in compare view

Updates github.com/go-git/go-git/v5 from 5.14.0 to 5.16.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.0

What's Changed

Full Changelog: go-git/go-git@v5.15.0...v5.16.0

v5.15.0

What's Changed

Full Changelog: go-git/go-git@v5.14.0...v5.15.0

Commits
  • 6d4a5c6 Merge pull request #1515 from pjbgf/regre
  • beedd6b plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514
  • 763ce2e Merge pull request #1510 from hiddeco/mtls-support
  • 5320e1b plumbing: surface transport configuration errors
  • 9bbc93b plumbing: fix unintended pointer mutation in test
  • f3783f4 plumbing: support mTLS for HTTPS protocol
  • 6f444d3 Merge pull request #1505 from pjbgf/bump
  • 9996069 v5: Bump dependencies
  • 768fda7 Merge pull request #1482 from Javier-varez/add-cert-auth-support-v5.x
  • ba9d693 plumbing: support setting custom host key algorithms along with host key call...
  • Additional commits viewable in compare view

Updates gocloud.dev from 0.40.0 to 0.41.0

Release notes

Sourced from gocloud.dev's releases.

v0.41.0

What's Changed

Blob

Docstore

New Contributors

Full Changelog: google/go-cloud@v0.40.0...v0.41.0

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 27, 2025 00:33
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-09744ca90d branch from 9bd98a0 to 7b1a24d Compare April 28, 2025 15:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@jeffmendoza jeffmendoza reopened this Apr 30, 2025
@jeffmendoza
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-09744ca90d branch from 7b1a24d to dde6c5f Compare April 30, 2025 21:21
@jeffmendoza
Copy link
Member

@dependabot recreate

Bumps the gomod group with 3 updates in the / directory: [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [gocloud.dev](https://github.com/google/go-cloud).


Updates `github.com/bradleyfalzon/ghinstallation/v2` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
- [Commits](bradleyfalzon/ghinstallation@v2.14.0...v2.15.0)

Updates `github.com/go-git/go-git/v5` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.14.0...v5.16.0)

Updates `gocloud.dev` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: github.com/bradleyfalzon/ghinstallation/v2
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gocloud.dev
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-09744ca90d branch from dde6c5f to de09bc9 Compare April 30, 2025 21:23
@jeffmendoza jeffmendoza merged commit 294ae98 into main Apr 30, 2025
1 check passed
@jeffmendoza jeffmendoza deleted the dependabot/go_modules/gomod-09744ca90d branch April 30, 2025 21:31
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