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-stdlib-jdk8 from 1.6.21 to 1.8.20 #763

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases.

Kotlin 1.8.20

Changelog

Analysis API

  • KT-55510 K2: Lost designation for local classes
  • KT-55191 AA: add an API to compare symbol pointers
  • KT-55487 K2: symbol pointer restoring doesn't work for static members
  • KT-55336 K2 IDE: "java.lang.IllegalStateException: Required value was null." exception while importing a compiled JPS project
  • KT-55098 AA: KtDeclarationRenderer should render a context receivers
  • KT-51181 LL API: errors for SAM with suspend function from another module
  • KT-50250 Analysis API: Implement Analysis API of KtExpression.isUsedAsExpression
  • KT-54360 KtPropertySymbol: support JvmField in javaSetterName and javaGetterName

Analysis API. FE1.0

  • KT-55825 AA FE1.0: stackoverflow when resolution to a function with a recursive type parameter

Analysis API. FIR

  • KT-54311 K2: proper implementation of KtSymbolPointer
  • KT-50238 Analysis API: Implement KSymbolPointer for KtSymbol

Analysis API. FIR Low Level API

  • KT-52160 FIR: Substitution overrides on FirValueParameter-s are incorrectly unwrapped
  • KT-55566 LL FIR: Tests in compiler/testData/diagnostics/tests/testsWithJava17 fail under LL FIR
  • KT-55339 LL FIR: Missing RECURSIVE_TYPEALIAS_EXPANSION error in function type alias
  • KT-55327 LL FIR: Diverging UNRESOLVED_REFERENCE errors in recursive local function test
  • KT-54826 KtSymbolPointer: migrate from IdSignature to our own solution

Android

  • KT-54464 MPP, Android SSL2: Add a flag for suppressing warning in case of using Android Style folders

Backend. Wasm

  • KT-38924 Wasm support in nodejs
  • KT-56160 Getting WebAssembly.CompileError in browsers not supported GC and other required proposals
  • KT-46773 Implement an experimental version of the Kotlin/Wasm compiler backend
  • KT-56584 K/Wasm: Can't link symbol class
  • KT-56166 Fix compatibility with Firefox Nightly
  • KT-55589 Basic support of WASI
  • KT-53790 Reading from "node:module" is not handled by plugins error with Kotlin/Wasm 1.7.20-Beta

Compiler

New Features

  • KT-54535 Implement custom equals and hashCode for value classes in Kotlin/JVM

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's changelog.

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

  • KT-57296 Build statistics sending errors in case of buildSrc directory usage with kotlin-dsl plugin applied

Tools. Gradle. JS

  • KT-57285 KJS / Gradle / MPP: FileNotFoundException on publishing empty KJS sourceset

Tools. Gradle. Multiplatform

  • KT-57460 Kotlin Gradle Plugin: Null this pointer in transformCommonMainDependenciesMetadata
  • KT-57306 [Kotlin 1.8.20-RC] GradleException: Could not load the value of field apiConfiguration of org.jetbrains.kotlin.gradle.plugin.mpp.compilationImpl.DefaultKotlinCompilationConfigurationsContainer

1.8.20-RC

Backend. Wasm

  • KT-56584 K/Wasm: Can't link symbol class

Compiler

Fixes

  • KT-57053 Problem around anonymous objects in inline functions
  • KT-56965 K/N: linkDebugFrameworkIosArm64 tasks failing with UnsupportedOperationException: VAR name:disposables type:com.badoo.reaktive.disposable.CompositeDisposable [val]
  • KT-56815 compileKotlin task is stuck with while(true) and suspend function
  • KT-56258 VerifyError: Bad local variable type when using -Xdebug
  • KT-56847 Unresolved reference to Java annotation in Kotlin class with the same name packages
  • KT-56526 InvalidProtocolBufferException on reading module metadata compiled by K2 in 1.8.20
  • KT-56500 The type parameter TYPE_PARAMETER name:E index:0 variance: superTypes:[kotlin.Any?] reified:false is not defined in the referenced function FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-56611 Native: new native caches are broken when KONAN_DATA_DIR is defined to a directory inside ~/.gradle
  • KT-56215 JVM: Object extension function nullable receiver null check false negative when object is null
  • KT-56033 Restore 'isMostPreciseContravariantArgument' function signature for compatibility
  • KT-56407 Backend Internal error: Exception during IR lowering during :daemon-common-new:compileKotlin
  • KT-56701 K2 (with LightTree) reports syntax errors without additional information
  • KT-56649 K2 uses 0-index for line numbers rather than 1-index
  • KT-56521 Static scope initializers sometimes not called when first accessed from interop
  • KT-49182 Strange cast from Unit to String
  • KT-55125 Difference in generated bytecode for open suspend functions of generic classes

... (truncated)

Commits
  • 01a381b Edit Changelog for 1.8.20-RC2
  • 753f2e5 Kapt+JVM_IR: add stub converter test for KT-57388
  • 0848340 [JVM IR] Use error types in KAPT mode for unresolved delegate types.
  • 1b7a243 [Gradle] Init configurationToResolve during class initialisation
  • 468f2b1 [Gradle] Test mpp projects with gradle ...internal.load-after-store=false
  • fcd2023 Add Changelog for 1.8.20-RC2
  • 05a87b4 [Gradle, JS] Remove deprecation from methods
  • defe047 KT-57296 And backward compatibility with old Idea versions
  • 0dca581 FIR LT: fix column calculation with crlf line endings
  • 82904fe [Gradle, JS] Use JAR archive task type for js ir
  • 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)

Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.8.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.21...v1.8.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  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 Apr 3, 2023
@ben-manes ben-manes merged commit a43af6b into master Apr 3, 2023
6 checks passed
@ben-manes ben-manes deleted the dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.8.20 branch April 3, 2023 15:49
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