Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
JamesIves/github-pages-deploy-action action patch v4.7.3 -> v4.7.4 age confidence
codecov/codecov-action action minor v5.4.3 -> v5.5.1 age confidence
gradle (source) minor 9.0.0 -> 9.2.1 age confidence
dev.drewhamilton.poko plugin minor 0.19.3 -> 0.20.1 age confidence
org.jetbrains.kotlinx.kover plugin patch 0.9.1 -> 0.9.3 age confidence
org.jetbrains.dokka plugin minor 2.0.0 -> 2.1.0 age confidence
com.vanniktech.maven.publish plugin minor 0.34.0 -> 0.35.0 age confidence
com.diffplug.spotless plugin minor 8.0.0 -> 8.1.0 age confidence
org.jetbrains.kotlin.multiplatform plugin patch 2.2.0 -> 2.2.21 age confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.4

Compare Source

What's Changed

Bug Fixes 🐛
Build 🔧
Other Changes
  • Add comprehensive GitHub Copilot instructions for development workflow by @​Copilot in #​1894

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.4

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

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

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

gradle/gradle (gradle)

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

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

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

See the Gradle 9.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.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

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

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

See the Gradle 9.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.

drewhamilton/Poko (dev.drewhamilton.poko)

v0.20.1

Compare Source

2025-10-16

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and
@Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only
the respective function(s) will be generated by the Poko plugin. This feature is experimental and
requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

v0.20.0

Compare Source

2025-09-11

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

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

v0.35.0

Compare Source

  • Add support for publishing Kotlin Multiplatform libraries that use com.android.kotlin.multiplatform.library.
  • Add support for validating deployments to Central Portal
  • Raise minimum Gradle version to 8.13
  • Raise minimum Android Gradle Plugin version to 8.2.2
  • Do not unconditionally disable DocLint
  • Fail publishing if SONATYPE_HOST is not set to CENTRAL_PORTAL.
  • Fix misleading error message when Android library variant is not found.
  • Downgrade transitive OkHttp version.
  • Don't check project heirarchy for POM properties when Isolated proejcts is enabled.

Thanks to @​joshfriend, @​Flowdalic and @​Goooler for their contributions to this release.

Minimum supported versions
  • JDK 11
  • Gradle 8.13
  • Android Gradle Plugin 8.2.2
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 9.2.0
  • Gradle 9.3.0-milestone-1
  • Android Gradle Plugin 8.13.1
  • Android Gradle Plugin 9.0.0-alpha14
  • Kotlin Gradle Plugin 2.2.21
  • Kotlin Gradle Plugin 2.3.0-Beta2

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 requested a review from hoc081098 August 14, 2025 07:09
@renovate renovate bot changed the title Update plugin org.jetbrains.kotlin.multiplatform to v2.2.10 Update all dependencies Aug 20, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch from 6bb0fd0 to 09c37c3 Compare August 20, 2025 20:50
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 797d5b4 to a1d09cc Compare September 10, 2025 09:12
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 8fb541e to 9c30f3a Compare September 18, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-deps branch from 9c30f3a to 101b4cf Compare September 25, 2025 01:43
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 000b973 to 527d210 Compare October 15, 2025 12:39
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from bf0fa3f to 5396080 Compare October 23, 2025 09:40
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from cc206cd to bc23827 Compare November 4, 2025 17:14
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 341e998 to bb4f5dd Compare November 17, 2025 17:38
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.7.3 | v4.7.4 | | github-tags | codecov/codecov-action | v5.4.3 | v5.5.1 | | gradle-version | gradle | 9.0.0 | 9.2.1 | | maven | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.19.3 | 0.20.1 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.9.1 | 0.9.3 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 2.0.0 | 2.1.0 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.34.0 | 0.35.0 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 8.0.0 | 8.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.2.0 | 2.2.21 |
@renovate renovate bot force-pushed the renovate/all-deps branch from bb4f5dd to 1e492e6 Compare November 19, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants