Skip to content

Update all dependencies #342

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #342

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
codecov/codecov-action action patch v5.4.0 -> v5.4.3 age confidence
gradle (source) minor 8.13 -> 8.14.3 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.10.1 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies patch 1.10.1 -> 1.10.2 age confidence
dev.drewhamilton.poko plugin minor 0.18.5 -> 0.19.1 age confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.17.0 -> 0.18.1 age confidence
com.vanniktech.maven.publish plugin minor 0.30.0 -> 0.34.0 age confidence
com.diffplug.spotless plugin minor 7.0.2 -> 7.1.0 age confidence
org.jetbrains.kotlin.multiplatform plugin minor 2.1.10 -> 2.2.0 age confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.10.2

Compare Source

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#​4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#​4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#​4330) and during flow collection (#​4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#​4399).
  • Small tweaks, fixes, and documentation improvements.
drewhamilton/Poko (dev.drewhamilton.poko)

v0.19.1

Compare Source

2025-07-11

Add forward compatibility with Kotlin 2.2.20-Beta1.

v0.19.0

Compare Source

2025-06-25

Compile with Kotlin 2.2.0.

Drop support for Kotlin 2.1 due to incompatibility.

v0.18.7

Compare Source

2025-05-16

Fix bug in generated toString for @ReadArrayContent properties on Poko classes targeting JS:
array properties would print a value of "[...]" instead of their actual content.

Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.

v0.18.6

Compare Source

2025-04-16

Add forward compatibility with Kotlin 2.2.0-Beta1.

Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)

v0.18.1

Compare Source

What's Changed

  • Fixed a bug preventing use of cross-compilation support during KLIB dump validation [#​304][#​306]

v0.18.0

Compare Source

What's Changed

  • Supported KLIB cross compilation enabled in Kotlin 2.1.0 #​299
  • Fixed issue with early properties evaluation #​286
  • Started excluding local classes created by Parcelize #​300

Thanks to @​TheMrMilchmann, @​osipxd, and @​Goooler for their contributions!

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.34.0

Compare Source

  • Added configuration cache support for publishing.
  • Removed support for publishing through Sonatype OSSRH since it has been shut down. See the
    0.33.0 release notes for upgrade
    instructions if you haven't upgraded yet.
    • SonatypeHost has been removed from the DSL.
    • SONATYPE_HOST only supports CENTRAL_PORTAL now (it's recommended to use mavenCentralPublishing=true instead).
  • Update the Central Portal Publisher APIs to the latest.
  • It's now possible to mix SNAPSHOT versions and release versions when running publish tasks.
  • Fixed Gradle's deprecation warning caused by invalid URI.
  • Fixed check for the minimum supported Gradle version running too late in some cases.

Thanks to @​Goooler and @​solrudev for their contributions to this release.

Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 8.14.3
  • Gradle 9.0.0-rc2
  • Android Gradle Plugin 8.11.1
  • Android Gradle Plugin 8.12.0-alpha08
  • Kotlin Gradle Plugin 2.2.0
  • Kotlin Gradle Plugin 2.2.20-Beta1

v0.33.0

Compare Source

[!CAUTION]
Sonatype OSSRH (oss.sonatype.org and s01.oss.sonatype.org) will be shut down on June 30, 2025.

Migration steps:

  1. Sign in to the Central Portal with your existing Sonatype account.
  2. Go to Namespaces and click "Migrate Namespace"
    for the relevant namespace. Confirm the migration and wait for it to complete.
  3. Optional: If you want to publish snapshots of your project tap the 3 dots next to your namespace and
    select "Enable SNAPSHOTs".
  4. Go to Account and select "Generate User Token". Use the shown
    "Username" and "Password" as values for mavenCentralUsername and mavenCentralPassword.
  5. Configure this plugin to publish to Central Portal. Either update your SONATYPE_HOST property from
    DEFAULT or S01 to CENTRAL_PORTAL or call publishToMavenCentral()/publishToMavenCentral(automaticRelease)
    without a SonatypeHost parameter.

BREAKING

  • publishToMavenCentral() and publishToMavenCentral(automaticRelease) without SonatypeHost will
    now publish through the Central Portal.
  • Deprecated overloads of publishToMavenCentral that take a SonatypeHost parameter.
  • Deprecated SonatypeHost.

New

  • Basic experimental support for com.android.fused-library. There are currently several limitations
    on the Android Gradle plugin side which make signing as well as publishing sources/javadocs not possible.

Improvements

  • Added new Gradle properties:
    • mavenCentralPublishing=true replaces SONATYPE_HOST=CENTRAL_PORTAL.
    • mavenCentralAutomaticPublishing=true replaces SONATYPE_AUTOMATIC_RELEASE=true.
    • signAllPublications=true replaces RELEASE_SIGNING_ENABLED=true.
    • Note: The old properties continue to work and there are no plans to remove them.
  • The base plugin is now compatible with isolated projects as long as pomFromGradleProperties() is not called.
  • It's possible to pass a TaskProvider to JavadocJar.Dokka.
  • Improved naming of produced -javadoc jars (locally, the name of the published artifact is unchanged).
  • Resolve issue that caused version to be read too early when publishing to Central Portal.

Thanks to @​Goooler, @​solrudev and @​sschuberth for their contributions to this release.

Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 8.14.2
  • Gradle 9.0-rc1
  • Android Gradle Plugin 8.10.0
  • Android Gradle Plugin 8.11.0-rc02
  • Android Gradle Plugin 8.12.0-alpha06
  • Kotlin Gradle Plugin 2.1.21
  • Kotlin Gradle Plugin 2.2.0-RC3

v0.32.0

Compare Source

  • Improve names of Central Portal deployments.
  • Fix an issue where the wrong staging profile for (s01.)oss.sonatype.org was selected when publishing to Maven Central.
  • Fix incompatibility with Kotlin 1.9.x when used through compiled plugins.
  • Improve error message when not being able to detect Kotlin plugin.
  • Fix an issue with detecting whether configuration cache is enabled which lead to a not actionable error message.
  • Fix compatibility with Gradle 9.0.
Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 8.14
  • Gradle 9.0-milestone-6
  • Android Gradle Plugin 8.10.0
  • Android Gradle Plugin 8.11.0-alpha10
  • Kotlin Gradle Plugin 2.1.20
  • Kotlin Gradle Plugin 2.1.21-RC2
  • Kotlin Gradle Plugin 2.2.0-Beta2
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • When using Dokka 1.x or Dokka 2.x without V2Enabled.

v0.31.0

Compare Source

  • Add support for publishing snapshots to Central Portal.
    • Make sure to enable snapshots for your namespace on central.sonatype.com.
    • Thanks to @​solrudev for the contribution.
  • Add support for multiple matching staging profiles by taking the one with the longest matching prefix.
Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 23
  • Gradle 8.13
  • Android Gradle Plugin 8.9.0
  • Android Gradle Plugin 8.10.0-alpha07
  • Kotlin Gradle Plugin 2.1.10
  • Kotlin Gradle Plugin 2.1.20-RC
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • When using Dokka 1.x or Dokka 2.x without V2Enabled.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 6, 2025
@renovate renovate bot requested a review from hoc081098 March 6, 2025 08:52
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.38%. Comparing base (7a7ab76) to head (4c35fab).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   88.38%   88.38%           
=======================================
  Files          37       37           
  Lines         801      801           
  Branches      107      107           
=======================================
  Hits          708      708           
  Misses         52       52           
  Partials       41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title Update plugin com.vanniktech.maven.publish to v0.31.0 Update plugin com.vanniktech.maven.publish to v0.31.0 - autoclosed Mar 13, 2025
@renovate renovate bot closed this Mar 13, 2025
@renovate renovate bot deleted the renovate/all-deps branch March 13, 2025 23:37
@renovate renovate bot changed the title Update plugin com.vanniktech.maven.publish to v0.31.0 - autoclosed Update plugin com.vanniktech.maven.publish to v0.31.0 Mar 17, 2025
@renovate renovate bot reopened this Mar 17, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 4c35fab to b800312 Compare March 20, 2025 09:48
@renovate renovate bot changed the title Update plugin com.vanniktech.maven.publish to v0.31.0 Update all dependencies Mar 20, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 9ff538c to 36e4f5b Compare March 31, 2025 17:22
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 4cd188d to f913128 Compare April 14, 2025 21:15
@renovate renovate bot force-pushed the renovate/all-deps branch from f913128 to b11573e Compare April 16, 2025 21:25
@renovate renovate bot force-pushed the renovate/all-deps branch from b11573e to 1dd3682 Compare April 25, 2025 15:12
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from 642fe65 to 5406383 Compare May 19, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 671f46c to 345c506 Compare May 28, 2025 01:20
@renovate renovate bot force-pushed the renovate/all-deps branch from 345c506 to 3a671c6 Compare June 6, 2025 20:22
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 79eb960 to ece3ed5 Compare June 23, 2025 15:05
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 0d77ee6 to ab8461a Compare June 26, 2025 04:33
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from b62ca51 to 631b38b Compare July 11, 2025 14:01
@renovate renovate bot force-pushed the renovate/all-deps branch from 631b38b to 204b054 Compare July 13, 2025 10:34
| datasource     | package                                                                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | codecov/codecov-action                                                                                                  | v5.4.0 | v5.4.3 |
| gradle-version | gradle                                                                                                                  | 8.13   | 8.14.3 |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.10.1 | 1.10.2 |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.10.1 | 1.10.2 |
| maven          | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin                                                               | 0.18.5 | 0.19.1 |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.17.0 | 0.18.1 |
| maven          | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin                                                 | 0.30.0 | 0.34.0 |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                                                               | 7.0.2  | 7.1.0  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 2.1.10 | 2.2.0  |
@renovate renovate bot force-pushed the renovate/all-deps branch from 204b054 to 9660bd4 Compare July 14, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant