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 org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 #752

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.

Kotlin 1.8.10

Changelog

Compiler

  • KT-55483 K2: Fir is not initialized for FirRegularClassSymbol java/lang/invoke/LambdaMetafactory
  • KT-55729 "None of the following functions can be called with the arguments supplied:" in 1.8.0
  • KT-55769 "ERROR: Could not find accessor": Android DataBinding fails with Kotlin 1.8.0
  • KT-55308 InnerClass attributes should be sorted (innermost last)

JavaScript

  • KT-56282 KJS: Invalidate incremental cache in case of compiler internal errors
  • KT-55852 JS: "IllegalStateException: Unexpected ir type argument" caused by List with star projection type
  • KT-55716 KJS / IC: "Cannot read properties of undefined" with overriding variables with 1.8.0
  • KT-55758 KJS / IR: Checking implemented interface on a class implementing a @​JsExport interface returns the wrong result

Reflection

  • KT-56093 Metaspace leak in a Gradle plugin built with Kotlin 1.8.0

Tools. Compiler plugins. Serialization

  • KT-56347 [Kotlin 1.8] Regression kotlinx.serialization compiler plugin internal error
  • KT-55681 Serialization: NullPointerException after update to 1.8.0 caused by @Serializer(forClass= ..)
  • KT-56244 kotlinx.serialization compiler intrinsic does not work with encodeToString function in 1.8.0
  • KT-55683 Serialization: "IllegalStateException: Expected to have a primary constructor" with expect class and companion object
  • KT-55682 Serialization: "IllegalStateException: Function has no body: FUN name:serializer" with 1.8.0

Tools. Gradle

  • KT-55697 KGP 1.8.0 adds compileOnly dependencies to unit test compile classpath

Tools. Gradle. Multiplatform

  • KT-55730 MPP / Gradle: compileKotlinMetadata fails to resolve symbols in additional source sets

Tools. Gradle. Native

  • KT-56280 Gradle: freeCompilerArgs are no longer propagated from compilations to Native binaries

Tools. Kapt

  • KT-48013 Kapt generates illegal stubs for private interface methods

Checksums

File Sha256
kotlin-compiler-1.8.10.zip 4c3fa7bc1bb9ef3058a2319d8bcc3b7196079f88e92fdcd8d304a46f4b6b5787
kotlin-native-linux-x86_64-1.8.10.tar.gz 4c5c8a82a63a3a9845be2514d536ca407340db7fc558b97c43ed003f866a9742

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

1.8.10

Compiler

  • KT-55483 K2: Fir is not initialized for FirRegularClassSymbol java/lang/invoke/LambdaMetafactory
  • KT-55729 "None of the following functions can be called with the arguments supplied:" in 1.8.0
  • KT-55769 "ERROR: Could not find accessor": Android DataBinding fails with Kotlin 1.8.0
  • KT-55308 InnerClass attributes should be sorted (innermost last)

JavaScript

  • KT-56282 KJS: Invalidate incremental cache in case of compiler internal errors
  • KT-55852 JS: "IllegalStateException: Unexpected ir type argument" caused by List with star projection type
  • KT-55716 KJS / IC: "Cannot read properties of undefined" with overriding variables with 1.8.0
  • KT-55758 KJS / IR: Checking implemented interface on a class implementing a @​JsExport interface returns the wrong result

Reflection

  • KT-56093 Metaspace leak in a Gradle plugin built with Kotlin 1.8.0

Tools. Compiler plugins. Serialization

  • KT-56347 [Kotlin 1.8] Regression kotlinx.serialization compiler plugin internal error
  • KT-55681 Serialization: NullPointerException after update to 1.8.0 caused by @Serializer(forClass= ..)
  • KT-56244 kotlinx.serialization compiler intrinsic does not work with encodeToString function in 1.8.0
  • KT-55683 Serialization: "IllegalStateException: Expected to have a primary constructor" with expect class and companion object
  • KT-55682 Serialization: "IllegalStateException: Function has no body: FUN name:serializer" with 1.8.0

Tools. Gradle

  • KT-55697 KGP 1.8.0 adds compileOnly dependencies to unit test compile classpath

Tools. Gradle. Multiplatform

  • KT-55730 MPP / Gradle: compileKotlinMetadata fails to resolve symbols in additional source sets

Tools. Gradle. Native

  • KT-56280 Gradle: freeCompilerArgs are no longer propagated from compilations to Native binaries

Tools. Kapt

  • KT-48013 Kapt generates illegal stubs for private interface methods

1.8.0-RC2

Compiler

  • KT-55357 IllegalStateException when reading a class that delegates to a Java class with a definitely-not-null type with a flexible upper bound

... (truncated)

Commits
  • 3d65420 Add changelog for 1.8.10
  • a8fee4d Don't override compilation freeCompilerArgs in link task
  • e2b4317 [Gradle] Legacy metadata compilation should contain all source sets from
  • b6cde89 [JS IR] Invalidate an incremental cache in case of errors
  • 08dd52f Address classloader leak in a recently-introduced ClassValueCache
  • 46ddcac Support intrinsifying of serializer() function when it is seen inside multifi...
  • 2d1e8db Handle @​Serializable classes that implement interfaces by delegation
  • d5e97c6 Skip properties from Java classes for which the getter type is unknown
  • c8a4ba1 [JS IR] Don't check an interface method default impl during JS translation
  • eaa61d2 K1: Fix regression with callable references as last statements in lambda
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 20, 2023
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.21...v1.8.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.jetbrains.kotlin-kotlin-reflect-1.8.10 branch from 4374ae5 to 1d52895 Compare March 20, 2023 15:50
@ben-manes ben-manes merged commit ef531a2 into master Mar 21, 2023
@ben-manes ben-manes deleted the dependabot/gradle/org.jetbrains.kotlin-kotlin-reflect-1.8.10 branch March 21, 2023 02:39
renovate bot added a commit to julioromano/skeleton-android that referenced this pull request 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
[ben-manes/gradle-versions-plugin#736
- Update dependabot.yml by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[ben-manes/gradle-versions-plugin#739
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#740
- Bump org.jetbrains.dokka from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#744
- Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#741
- gradle 8 by
[@&#8203;jaredsburrows](https://togithub.com/jaredsburrows) in
[ben-manes/gradle-versions-plugin#745
- Fix broken Sonatype links in HTML reports by
[@&#8203;marcosalis](https://togithub.com/marcosalis) in
[ben-manes/gradle-versions-plugin#750
- Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#751
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#752
- Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#760
- Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#762
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#763
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#767
- Fix inherited collection to not be always empty by
[@&#8203;tresat](https://togithub.com/tresat) in
[ben-manes/gradle-versions-plugin#768
- Replace deprecated toUpperCase() kotlin.text calls by
[@&#8203;smelfungus](https://togithub.com/smelfungus) in
[ben-manes/gradle-versions-plugin#779
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.20 to 1.8.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#775
- Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ben-manes/gradle-versions-plugin#770
- Allow filtering configurations by
[@&#8203;bh-tt](https://togithub.com/bh-tt) in
[ben-manes/gradle-versions-plugin#785

#### New Contributors

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

#### New Contributors

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

#### New Contributors

- [@&#8203;dreis2211](https://togithub.com/dreis2211) made their first
contribution in
[ben-manes/gradle-versions-plugin#736
- [@&#8203;marcosalis](https://togithub.com/marcosalis) made their first
contribution in
[ben-manes/gradle-versions-plugin#750
- [@&#8203;tresat](https://togithub.com/tresat) made their first
contribution in
[ben-manes/gradle-versions-plugin#768
- [@&#8203;smelfungus](https://togithub.com/smelfungus) made their first
contribution in
[ben-manes/gradle-versions-plugin#779
- [@&#8203;bh-tt](https://togithub.com/bh-tt) made their first
contribution in
[ben-manes/gradle-versions-plugin#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.

None yet

1 participant