Skip to content

Bump github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.94#214

Merged
amitsaha merged 2 commits intomasterfrom
dependabot/go_modules/github.com/ktrysmt/go-bitbucket-0.9.94
Mar 25, 2026
Merged

Bump github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.94#214
amitsaha merged 2 commits intomasterfrom
dependabot/go_modules/github.com/ktrysmt/go-bitbucket-0.9.94

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.94.

Release notes

Sourced from github.com/ktrysmt/go-bitbucket's releases.

v0.9.94

v0.9.93

v0.9.92

v0.9.91

v0.9.90

v0.9.89

v0.9.88

v0.9.87

Commits
  • 46479f2 Bump golang.org/x/net from 0.50.0 to 0.51.0 (#348)
  • efe17dd Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#339)
  • 6aad1f3 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#342)
  • 7dfeaa5 Feat: Added APIBaseURL Auth Parameter (#345)
  • c497678 Fixes integration test issues 313 335 336 337 and clean up client (#338)
  • 89e9fbc feat: Initial mock test implementation for repository pipeline variables and ...
  • f624e5a Added support for passing in PEM CA certs for basic and token auth (#334)
  • 3850312 Bump golang.org/x/net from 0.48.0 to 0.49.0 (#331)
  • a0cb0c7 Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 (#328)
  • 6face3f Bump golang.org/x/net from 0.43.0 to 0.48.0 (#329)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 2, 2026
Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) from 0.9.86 to 0.9.94.
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases)
- [Commits](ktrysmt/go-bitbucket@v0.9.86...v0.9.94)

---
updated-dependencies:
- dependency-name: github.com/ktrysmt/go-bitbucket
  dependency-version: 0.9.94
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ktrysmt/go-bitbucket-0.9.94 branch from 6fcd5b3 to f1faf63 Compare March 25, 2026 20:48
@amitsaha
Copy link
Copy Markdown
Owner

@copilot fix the code to account for the API changes

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 25, 2026

@copilot fix the code to account for the API changes

Fixed in commit cee61d4. In go-bitbucket v0.9.94, NewBasicAuth now returns (*Client, error) instead of just *Client. Updated client.go and repositories_test.go to handle the new error return value. Also fixed a pre-existing bug in the test where BITBUCKET_USERNAME was passed twice instead of BITBUCKET_USERNAME and BITBUCKET_PASSWORD.

Copilot AI requested a review from amitsaha March 25, 2026 21:29
@amitsaha amitsaha merged commit 476e710 into master Mar 25, 2026
6 checks passed
@amitsaha amitsaha deleted the dependabot/go_modules/github.com/ktrysmt/go-bitbucket-0.9.94 branch March 25, 2026 21:32
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.

2 participants