You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/10/20 06:27:35 UTC

[GitHub] [fineract] renovate-bot opened a new pull request #1910: chore(deps): update okhttpversion to v4.9.2

renovate-bot opened a new pull request #1910:
URL: https://github.com/apache/fineract/pull/1910


   [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [com.squareup.okhttp3:okhttp-sse](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.1` -> `4.9.2` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-sse/4.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-sse/4.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-sse/4.9.2/compatibility-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-sse/4.9.2/confidence-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) |
   | [com.squareup.okhttp3:okhttp-urlconnection](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.1` -> `4.9.2` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-urlconnection/4.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-urlconnection/4.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-urlconnection/4.9.2/compatibility-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp-urlconnection/4.9.2/confidence-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) |
   | [com.squareup.okhttp3:logging-interceptor](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.1` -> `4.9.2` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:logging-interceptor/4.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:logging-interceptor/4.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:logging-interceptor/4.9.2/compatibility-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:logging-interceptor/4.9.2/confidence-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) |
   | [com.squareup.okhttp3:okcurl](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.1` -> `4.9.2` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okcurl/4.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okcurl/4.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okcurl/4.9.2/compatibility-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okcurl/4.9.2/confidence-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) |
   | [com.squareup.okhttp3:okhttp](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.1` -> `4.9.2` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.2/compatibility-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.2/confidence-slim/4.9.1)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>square/okhttp</summary>
   
   ### [`v4.9.2`](https://togithub.com/square/okhttp/blob/master/CHANGELOG.md#Version-492)
   
   *2021-09-30*
   
   -   Fix: Don't include potentially-sensitive header values in `Headers.toString()` or exceptions.
       This applies to `Authorization`, `Cookie`, `Proxy-Authorization`, and `Set-Cookie` headers.
   -   Fix: Don't crash with an `InaccessibleObjectException` when running on JDK17+ with strong
       encapsulation enabled.
   -   Fix: Strictly verify hostnames used with OkHttp's `HostnameVerifier`. Programs that make direct
       manual calls to `HostnameVerifier` could be defeated if the hostnames they pass in are not
       strictly ASCII. This issue is tracked as \[CVE-2021-0341].
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
   
   ---
   
   This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] ptuomola merged pull request #1910: chore(deps): update okhttpversion to v4.9.2

Posted by GitBox <gi...@apache.org>.
ptuomola merged pull request #1910:
URL: https://github.com/apache/fineract/pull/1910


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org