Clivern / Racter

:crocodile: A Java Framework for Building Bots on Facebook's Messenger Platform.
Apache License 2.0
20 stars 11 forks source link

Update dependency com.squareup.okhttp3:okhttp to v4.9.0 #75

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Update Change
com.squareup.okhttp3:okhttp (source) minor 4.8.1 -> 4.9.0

Release Notes

square/okhttp ### [`v4.9.0`](https://togithub.com/square/okhttp/blob/master/CHANGELOG.md#Version-490) _2020-09-11_ **With this release, `okhttp-tls` no longer depends on Bouncy Castle and doesn't install the Bouncy 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 [functional interfaces][fun_interface] for `Authenticator`, `Interceptor`, and others. - Upgrade: Build with Conscrypt 2.5.1.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

mergify[bot] commented 3 years ago

Nice! PR successfully merged.