Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the golang group with 2 updates in the /adapters/github directory: github.com/ovotech/go-sync and golang.org/x/oauth2.

Updates github.com/ovotech/go-sync from 0.14.0 to 0.15.0

Commits
  • 7c56215 Fix linter problems
  • 5df5466 Update gitignore to include vscode files
  • 69d0c2d Fix Slack usergroup changes from latest release
  • dba705e Update generated mocks
  • 6ce0842 Update test workflow to run against Go 1.23 and 1.24
  • f22c34c Bump Go to 1.23 and dependencies to latest compatible version
  • 059f6da Replace .tool-versions with mise config
  • 0fd8105 Remove sync_test as it was bringing in dependencies
  • 1ec08f9 Update dependabot configuration
  • 3079202 build(deps): bump github.com/stretchr/testify in /adapters/slack
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

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

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • 65c15a3 oauth2: remove extra period
  • Additional commits viewable in compare view

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 golang group with 2 updates in the /adapters/github directory: [github.com/ovotech/go-sync](https://github.com/ovotech/go-sync) and [golang.org/x/oauth2](https://github.com/golang/oauth2).


Updates `github.com/ovotech/go-sync` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/ovotech/go-sync/releases)
- [Changelog](https://github.com/ovotech/go-sync/blob/main/CHANGELOG.md)
- [Commits](v0.14.0...v0.15.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

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

---
updated-dependencies:
- dependency-name: github.com/ovotech/go-sync
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

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 Jun 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 23, 2025 13:20
@dependabot dependabot bot requested a review from daveisagit June 23, 2025 13:20
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2025
@dependabot dependabot bot requested review from NaomiGaynor and tomshaw-ovo June 23, 2025 13:20
@dependabot dependabot bot added the go Pull requests that update Go code label Jun 23, 2025
@github-actions
Copy link

Test Results

  2 files   28 suites   27s ⏱️
197 tests 197 ✅ 0 💤 0 ❌
394 runs  394 ✅ 0 💤 0 ❌

Results for commit abd8566.

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