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 io.github.rburgst:okhttp-digest from 2.7 to 3.1.0 #152

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps io.github.rburgst:okhttp-digest from 2.7 to 3.1.0.

Changelog

Sourced from io.github.rburgst:okhttp-digest's changelog.

v3.1.0

  • add ability to combine http proxy and http client digest authentication (#83)
  • upgrade to okhttp 4.11.0

v3.0.1

  • fix #80 where digest authentication did not work properly when using a proxy

v3.0

  • upgrade to okhttp 4.10.0
  • fix #79 where Authenticators threw IllegalArgumentException rather than the IoException as requested by okhttp api
Commits
  • 78297ed build: prepare next version
  • 0e7d304 Merge pull request #83 from clescot/allow_proxy_and_site_authentication_in_th...
  • 2657795 add mockito-junit-jupiter dependency and extract mockitoVersion variable and ...
  • e0f80ee add mockito-junit-jupiter dependency and extract mockitoVersion variable and ...
  • 627b4ba verify requests and responses.
  • 48581ee migrate to junit 5.
  • e9838f7 Merge remote-tracking branch 'origin/allow_proxy_and_site_authentication_in_t...
  • a230dcb provide tests for :
  • e45e3a9 handle differently Authenticator cache, for request and proxy objects.
  • 3ec75ed upgrade okhttp version to 4.11.0.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@dependabot dependabot bot requested a review from thomedw December 1, 2023 01:30
@thomedw thomedw enabled auto-merge June 1, 2024 02:24
@thomedw
Copy link
Member

thomedw commented Jun 5, 2024

@dependabot rebase

Bumps [io.github.rburgst:okhttp-digest](https://github.com/rburgst/okhttp-digest) from 2.7 to 3.1.0.
- [Changelog](https://github.com/rburgst/okhttp-digest/blob/master/release-notes.md)
- [Commits](rburgst/okhttp-digest@2.7...3.1.0)

---
updated-dependencies:
- dependency-name: io.github.rburgst:okhttp-digest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.github.rburgst-okhttp-digest-3.1.0 branch from 08d53ed to fabf5c6 Compare June 5, 2024 08:29
@thomedw thomedw merged commit 694a82b into main Jun 5, 2024
3 checks passed
@thomedw thomedw deleted the dependabot/gradle/io.github.rburgst-okhttp-digest-3.1.0 branch June 5, 2024 08: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant