Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump versions.okhttp from 4.2.2 to 4.9.1#393

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
billoneil merged 3 commits intomasterfromdependabot/gradle/versions.okhttp-4.9.1
Jul 11, 2021

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 11, 2021

Bumpsversions.okhttp from 4.2.2 to 4.9.1.
Updatesokhttp from 4.2.2 to 4.9.1

Changelog

Sourced fromokhttp's changelog.

Version 4.9.1

2021-01-30

  • Fix: Work around a crash in Android 10 and 11 that may be triggered when two threadsconcurrently close an SSL socket. This would have appeared in crash logs asNullPointerException: bio == null.

Version 4.9.0

2020-09-11

With this release,okhttp-tls no longer depends on Bouncy Castle and doesn't install theBouncy Castle security provider. If you still need it, you can do it yourself:

Security.addProvider(BouncyCastleProvider())

You will also need to configure this dependency:

dependencies {  implementation "org.bouncycastle:bcprov-jdk15on:1.65"}
  • Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functionalinterfaces][fun_interface] forAuthenticator,Interceptor, and others.
  • Upgrade: Build with Conscrypt 2.5.1.

Version 4.8.1

2020-08-06

  • Fix: Don't crash inHeldCertificate.Builder when creating certificates on older versions ofAndroid, including Android 6. We were using a feature ofSimpleDateFormat that wasn'tavailable in those versions!

Version 4.8.0

2020-07-11

  • New: ChangeHeldCertificate.Builder to use its own ASN.1 certificate encoder. This is partof our effort to remove the okhttp-tls module's dependency on Bouncy Castle. We think BouncyCastle is great! But it's a large dependency (6.5 MiB) and its security provider featureimpacts VM-wide behavior.

... (truncated)

Commits

Updatesokhttp-urlconnection from 4.2.2 to 4.9.1

Changelog

Sourced fromokhttp-urlconnection's changelog.

Version 4.9.1

2021-01-30

  • Fix: Work around a crash in Android 10 and 11 that may be triggered when two threadsconcurrently close an SSL socket. This would have appeared in crash logs asNullPointerException: bio == null.

Version 4.9.0

2020-09-11

With this release,okhttp-tls no longer depends on Bouncy Castle and doesn't install theBouncy Castle security provider. If you still need it, you can do it yourself:

Security.addProvider(BouncyCastleProvider())

You will also need to configure this dependency:

dependencies {  implementation "org.bouncycastle:bcprov-jdk15on:1.65"}
  • Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functionalinterfaces][fun_interface] forAuthenticator,Interceptor, and others.
  • Upgrade: Build with Conscrypt 2.5.1.

Version 4.8.1

2020-08-06

  • Fix: Don't crash inHeldCertificate.Builder when creating certificates on older versions ofAndroid, including Android 6. We were using a feature ofSimpleDateFormat that wasn'tavailable in those versions!

Version 4.8.0

2020-07-11

  • New: ChangeHeldCertificate.Builder to use its own ASN.1 certificate encoder. This is partof our effort to remove the okhttp-tls module's dependency on Bouncy Castle. We think BouncyCastle is great! But it's a large dependency (6.5 MiB) and its security provider featureimpacts VM-wide behavior.

... (truncated)

Commits

Updateslogging-interceptor from 4.2.2 to 4.9.1

Changelog

Sourced fromlogging-interceptor's changelog.

Version 4.9.1

2021-01-30

  • Fix: Work around a crash in Android 10 and 11 that may be triggered when two threadsconcurrently close an SSL socket. This would have appeared in crash logs asNullPointerException: bio == null.

Version 4.9.0

2020-09-11

With this release,okhttp-tls no longer depends on Bouncy Castle and doesn't install theBouncy Castle security provider. If you still need it, you can do it yourself:

Security.addProvider(BouncyCastleProvider())

You will also need to configure this dependency:

dependencies {  implementation "org.bouncycastle:bcprov-jdk15on:1.65"}
  • Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functionalinterfaces][fun_interface] forAuthenticator,Interceptor, and others.
  • Upgrade: Build with Conscrypt 2.5.1.

Version 4.8.1

2020-08-06

  • Fix: Don't crash inHeldCertificate.Builder when creating certificates on older versions ofAndroid, including Android 6. We were using a feature ofSimpleDateFormat that wasn'tavailable in those versions!

Version 4.8.0

2020-07-11

  • New: ChangeHeldCertificate.Builder to use its own ASN.1 certificate encoder. This is partof our effort to remove the okhttp-tls module's dependency on Bouncy Castle. We think BouncyCastle is great! But it's a large dependency (6.5 MiB) and its security provider featureimpacts VM-wide behavior.

... (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 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)

Bumps `versions.okhttp` from 4.2.2 to 4.9.1.Updates `okhttp` from 4.2.2 to 4.9.1- [Release notes](https://github.com/square/okhttp/releases)- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)- [Commits](square/okhttp@parent-4.2.2...parent-4.9.1)Updates `okhttp-urlconnection` from 4.2.2 to 4.9.1- [Release notes](https://github.com/square/okhttp/releases)- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)- [Commits](square/okhttp@parent-4.2.2...parent-4.9.1)Updates `logging-interceptor` from 4.2.2 to 4.9.1- [Release notes](https://github.com/square/okhttp/releases)- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)- [Commits](square/okhttp@parent-4.2.2...parent-4.9.1)---updated-dependencies:- dependency-name: com.squareup.okhttp3:okhttp  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: com.squareup.okhttp3:okhttp-urlconnection  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: com.squareup.okhttp3:logging-interceptor  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJul 11, 2021
@billoneilbilloneil merged commit419c9ae intomasterJul 11, 2021
@billoneilbilloneil deleted the dependabot/gradle/versions.okhttp-4.9.1 branchJuly 11, 2021 13:08
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@billoneil

[8]ページ先頭

©2009-2025 Movatter.jp