chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0#3255
chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0#3255
Conversation
|
@dependabot rebase |
0dea65c to
0ec4845
Compare
|
The compilation is failing due to conflicting dependency version of OkHTTP (4.12.0) used by com.ibm.cloud:sdk-core:jar:9.24.1 and OkHTTP (5.0.0) upgraded by this PR. Would have to wait for Cloudant to upgrade to 5.0.0 to fix the build issue. In the meantime, I have upgraded the JUnit from 4 to 5 in preparation (as okhttp5 now has support for it) |
|
A newer version of com.squareup.okhttp3:okhttp exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
Cloudant sdk core has been updated with the okhttp version 5. Waiting for our dependency cloudant sdk core to release with the new version after this PR: IBM/cloudant-java-sdk#812 |
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.0.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.0.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
73454bc to
bcc0d47
Compare
|
Cloudant made new release with updated okhttp, so updated cloudant and okhttp now have a quirk, so put a fix for it |
Since okhttp 5.2, you need to choose `okhttp-jvm` or `okhttp-android`. https://github.com/square/okhttp/blob/ 6f053fe03ec5edcd1ce442d7a70883765b652f52/ README.md#maven-and-jvm-projects Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
bcc0d47 to
4b31eba
Compare
* Prioritized custom `junit-bom` properties over Spring Boot defaults. * Removed hardcoded JUnit versions from child rest sub-modules to universally respect the consolidated `1.13.3`/`5.13.3` configuration. * Swapped `org.wiremock:wiremock` for the `org.wiremock:wiremock-standalone` artifact uniformly across the root and child module deployments (`backend-vmcomponents`, `http-support`, `client`) which officially restores the missing Jetty 11 integration mandatory for testing standalone APIs in WireMock 3.x. Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
0546145 to
8dbee94
Compare
Bumps com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0.
Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
... (truncated)
Commits
1b703d5Prepare for release 5.0.0.dcb640cFix breaking change from alpha.17 release (#8899)75661d4Fix a NoSuchMethodError loading OkHttp on Android (#8898)a84a09fUpdate com.squareup.okio to v3.15.0 (#8896)06a88adUpdate dependency com.gradleup.shadow:shadow-gradle-plugin to v8.3.8 (#8895)9ba8962Document change of RecordedRequest.path2864541Update dependency com.puppycrawl.tools:checkstyle to v10.26.1 (#8894)4309b55Prepare next development version.ae1145cPrepare for release 5.0.0-alpha.17.dba12fcUpdate dependency de.mannodermaus.gradle.plugins:android-junit5 to v1.13.1.0 ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)