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 com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 #740

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0.

Changelog

Sourced from com.squareup.okhttp3:okhttp's changelog.

Change Log

Version 5.0.0-alpha.11

2022-12-24

  • New: Enable fast fallback by default. It's our implementation of Happy Eyeballs, [RFC 8305][rfc_8305]. Disable with OkHttpClient.Builder.fastFallback(false).
  • Fix: Don't log response bodies for server-sent events.
  • Fix: Skip early hints (status code 103) responses.
  • Fix: Don't log sensitive headers in Request.toString().
  • Fix: Don't crash when the dispatcher's ExecutorService is shutdown with many calls still enqueued.
  • Upgrade: [GraalVM 22][graalvm_22].
  • Upgrade: [Kotlin 1.7.10][kotlin_1_7_10].

Version 5.0.0-alpha.10

2022-06-26

  • Fix: Configure the multiplatform artifact (com.squareup.okhttp3:okhttp:3.x.x) to depend on the JVM artifact (com.squareup.okhttp3:okhttp-jvm:3.x.x) for Maven builds. This should work-around an issue where Maven doesn't interpret Gradle metadata.
  • Fix: Make another attempt at supporting Kotlin 1.5.31 at runtime. We were crashing on DurationUnit which was a typealias in 1.5.x.
  • Upgrade: [Okio 3.2.0][okio_3_2_0].

Version 5.0.0-alpha.9

2022-06-16

  • New: Enforce label length limits in URLs. HttpUrl now rejects URLs whose domains aren't valid. This includes overly-long domain names (longer than 253 characters), overly-long labels (more than 63 characters between dots), and empty labels.
  • New: Don't include the Content-Length header in multipart bodies. Servers must delimit OkHttp's request bodies using the boundary only. (This change makes OkHttp more consistent with browsers and other HTTP clients.)
  • New: Drop the tunnelProxy argument in MockWebServer.useHttps(). This change only impacts the OkHttp 5.x API which uses the mockwebserver3 package.
  • Fix: Don't call toDuration() which isn't available in kotlin-stdlib 1.4.

Version 5.0.0-alpha.8

2022-06-08

  • Fix: Change how H2_PRIOR_KNOWLEDGE works with HTTP proxies. Previously OkHttp assumed the

... (truncated)

Commits

Dependabot compatibility score

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 [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.3...parent-4.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2023
@jaredsburrows jaredsburrows merged commit 74cdd90 into master Mar 13, 2023
@jaredsburrows jaredsburrows deleted the dependabot/gradle/com.squareup.okhttp3-okhttp-4.10.0 branch March 13, 2023 19:28
renovate bot referenced this pull request in julioromano/skeleton-android Jun 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.github.ben-manes.versions | `0.46.0` -> `0.47.0` |
[![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/compatibility-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/confidence-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[com.github.ben-manes:gradle-versions-plugin](https://togithub.com/ben-manes/gradle-versions-plugin)
| `0.46.0` -> `0.47.0` |
[![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/compatibility-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/confidence-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ben-manes/gradle-versions-plugin</summary>

###
[`v0.47.0`](https://togithub.com/ben-manes/gradle-versions-plugin/releases/tag/v0.47.0)

#### What's Changed

- Avoid configuring dependencyUpdates task by
[@&#8203;dreis2211](https://togithub.com/dreis2211) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- Update dependabot.yml by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/739](https://togithub.com/ben-manes/gradle-versions-plugin/pull/739)
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/740](https://togithub.com/ben-manes/gradle-versions-plugin/pull/740)
- Bump org.jetbrains.dokka from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/744](https://togithub.com/ben-manes/gradle-versions-plugin/pull/744)
- Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/741](https://togithub.com/ben-manes/gradle-versions-plugin/pull/741)
- gradle 8 by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/745](https://togithub.com/ben-manes/gradle-versions-plugin/pull/745)
- Fix broken Sonatype links in HTML reports by
[@&#8203;marcosalis](https://togithub.com/marcosalis) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/751](https://togithub.com/ben-manes/gradle-versions-plugin/pull/751)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/752](https://togithub.com/ben-manes/gradle-versions-plugin/pull/752)
- Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/760](https://togithub.com/ben-manes/gradle-versions-plugin/pull/760)
- Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/762](https://togithub.com/ben-manes/gradle-versions-plugin/pull/762)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/763](https://togithub.com/ben-manes/gradle-versions-plugin/pull/763)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/767](https://togithub.com/ben-manes/gradle-versions-plugin/pull/767)
- Fix inherited collection to not be always empty by
[@&#8203;tresat](https://togithub.com/tresat) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- Replace deprecated toUpperCase() kotlin.text calls by
[@&#8203;smelfungus](https://togithub.com/smelfungus) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.20 to 1.8.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/775](https://togithub.com/ben-manes/gradle-versions-plugin/pull/775)
- Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/770](https://togithub.com/ben-manes/gradle-versions-plugin/pull/770)
- Allow filtering configurations by
[@&#8203;bh-tt](https://togithub.com/bh-tt) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

#### New Contributors

- [@&#8203;dreis2211](https://togithub.com/dreis2211) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- [@&#8203;marcosalis](https://togithub.com/marcosalis) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- [@&#8203;tresat](https://togithub.com/tresat) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- [@&#8203;smelfungus](https://togithub.com/smelfungus) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- [@&#8203;bh-tt](https://togithub.com/bh-tt) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

**Full Changelog**:
ben-manes/gradle-versions-plugin@v0.46.0...v0.47.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/julioromano/skeleton-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in julioromano/mooviez Jun 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.github.ben-manes.versions | `0.46.0` -> `0.47.0` |
[![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/compatibility-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.47.0/confidence-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[com.github.ben-manes:gradle-versions-plugin](https://togithub.com/ben-manes/gradle-versions-plugin)
| `0.46.0` -> `0.47.0` |
[![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/compatibility-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0/confidence-slim/0.46.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ben-manes/gradle-versions-plugin</summary>

###
[`v0.47.0`](https://togithub.com/ben-manes/gradle-versions-plugin/releases/tag/v0.47.0)

#### What's Changed

- Avoid configuring dependencyUpdates task by
[@&#8203;dreis2211](https://togithub.com/dreis2211) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- Update dependabot.yml by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/739](https://togithub.com/ben-manes/gradle-versions-plugin/pull/739)
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/740](https://togithub.com/ben-manes/gradle-versions-plugin/pull/740)
- Bump org.jetbrains.dokka from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/744](https://togithub.com/ben-manes/gradle-versions-plugin/pull/744)
- Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/741](https://togithub.com/ben-manes/gradle-versions-plugin/pull/741)
- gradle 8 by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/745](https://togithub.com/ben-manes/gradle-versions-plugin/pull/745)
- Fix broken Sonatype links in HTML reports by
[@&#8203;marcosalis](https://togithub.com/marcosalis) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/751](https://togithub.com/ben-manes/gradle-versions-plugin/pull/751)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/752](https://togithub.com/ben-manes/gradle-versions-plugin/pull/752)
- Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/760](https://togithub.com/ben-manes/gradle-versions-plugin/pull/760)
- Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/762](https://togithub.com/ben-manes/gradle-versions-plugin/pull/762)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/763](https://togithub.com/ben-manes/gradle-versions-plugin/pull/763)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/767](https://togithub.com/ben-manes/gradle-versions-plugin/pull/767)
- Fix inherited collection to not be always empty by
[@&#8203;tresat](https://togithub.com/tresat) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- Replace deprecated toUpperCase() kotlin.text calls by
[@&#8203;smelfungus](https://togithub.com/smelfungus) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.20 to 1.8.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/775](https://togithub.com/ben-manes/gradle-versions-plugin/pull/775)
- Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/770](https://togithub.com/ben-manes/gradle-versions-plugin/pull/770)
- Allow filtering configurations by
[@&#8203;bh-tt](https://togithub.com/bh-tt) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

#### New Contributors

- [@&#8203;dreis2211](https://togithub.com/dreis2211) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- [@&#8203;marcosalis](https://togithub.com/marcosalis) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- [@&#8203;tresat](https://togithub.com/tresat) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- [@&#8203;smelfungus](https://togithub.com/smelfungus) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- [@&#8203;bh-tt](https://togithub.com/bh-tt) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

**Full Changelog**:
ben-manes/gradle-versions-plugin@v0.46.0...v0.47.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/julioromano/mooviez).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot referenced this pull request in elide-dev/elide Jul 23, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.github.ben-manes.versions | `0.46.0` -> `0.47.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.ben-manes.versions/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.ben-manes.versions/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.ben-manes.versions/0.46.0/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.ben-manes.versions/0.46.0/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[com.github.ben-manes:gradle-versions-plugin](https://togithub.com/ben-manes/gradle-versions-plugin)
| `0.46.0` -> `0.47.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.ben-manes:gradle-versions-plugin/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.ben-manes:gradle-versions-plugin/0.46.0/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.ben-manes:gradle-versions-plugin/0.46.0/0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>ben-manes/gradle-versions-plugin
(com.github.ben-manes:gradle-versions-plugin)</summary>

###
[`v0.47.0`](https://togithub.com/ben-manes/gradle-versions-plugin/releases/tag/v0.47.0)

#### What's Changed

- Avoid configuring dependencyUpdates task by
[@&#8203;dreis2211](https://togithub.com/dreis2211) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- Update dependabot.yml by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/739](https://togithub.com/ben-manes/gradle-versions-plugin/pull/739)
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/740](https://togithub.com/ben-manes/gradle-versions-plugin/pull/740)
- Bump org.jetbrains.dokka from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/744](https://togithub.com/ben-manes/gradle-versions-plugin/pull/744)
- Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/741](https://togithub.com/ben-manes/gradle-versions-plugin/pull/741)
- gradle 8 by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/745](https://togithub.com/ben-manes/gradle-versions-plugin/pull/745)
- Fix broken Sonatype links in HTML reports by
[@&#8203;marcosalis](https://togithub.com/marcosalis) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/751](https://togithub.com/ben-manes/gradle-versions-plugin/pull/751)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/752](https://togithub.com/ben-manes/gradle-versions-plugin/pull/752)
- Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/760](https://togithub.com/ben-manes/gradle-versions-plugin/pull/760)
- Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/762](https://togithub.com/ben-manes/gradle-versions-plugin/pull/762)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/763](https://togithub.com/ben-manes/gradle-versions-plugin/pull/763)
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/767](https://togithub.com/ben-manes/gradle-versions-plugin/pull/767)
- Fix inherited collection to not be always empty by
[@&#8203;tresat](https://togithub.com/tresat) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- Replace deprecated toUpperCase() kotlin.text calls by
[@&#8203;smelfungus](https://togithub.com/smelfungus) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.20 to 1.8.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/775](https://togithub.com/ben-manes/gradle-versions-plugin/pull/775)
- Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/770](https://togithub.com/ben-manes/gradle-versions-plugin/pull/770)
- Allow filtering configurations by
[@&#8203;bh-tt](https://togithub.com/bh-tt) in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

#### New Contributors

- [@&#8203;dreis2211](https://togithub.com/dreis2211) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/736](https://togithub.com/ben-manes/gradle-versions-plugin/pull/736)
- [@&#8203;marcosalis](https://togithub.com/marcosalis) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/750](https://togithub.com/ben-manes/gradle-versions-plugin/pull/750)
- [@&#8203;tresat](https://togithub.com/tresat) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/768](https://togithub.com/ben-manes/gradle-versions-plugin/pull/768)
- [@&#8203;smelfungus](https://togithub.com/smelfungus) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/779](https://togithub.com/ben-manes/gradle-versions-plugin/pull/779)
- [@&#8203;bh-tt](https://togithub.com/bh-tt) made their first
contribution in
[https://github.com/ben-manes/gradle-versions-plugin/pull/785](https://togithub.com/ben-manes/gradle-versions-plugin/pull/785)

**Full Changelog**:
ben-manes/gradle-versions-plugin@v0.46.0...v0.47.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/elide-dev/elide).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6InYzIn0=-->
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant