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 minor v4.7.3v4.8.0 age confidence
codecov/codecov-action action minor v5.4.3v5.5.2 age confidence
gradle (source) minor 9.0.09.3.0 age confidence
dev.drewhamilton.poko plugin minor 0.19.30.21.1 age confidence
org.jetbrains.kotlinx.kover plugin patch 0.9.10.9.4 age confidence
org.jetbrains.dokka plugin minor 2.0.02.1.0 age confidence
com.vanniktech.maven.publish plugin minor 0.34.00.36.0 age confidence
com.diffplug.spotless plugin minor 8.0.08.2.0 age confidence
org.jetbrains.kotlin.multiplatform plugin minor 2.2.02.3.0 age confidence

Release Notes

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

v4.8.0

Compare Source

What's Changed

Build 🔧

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

v4.7.6

Compare Source

What's Changed

Build 🔧
  • build(deps): bump typescript-eslint from 8.48.1 to 8.49.0 in the typescript group by @​dependabot[bot] in #​1930

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

v4.7.5

Compare Source

What's Changed

Bug Fixes 🐛
Build 🔧

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

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.2

Compare Source

What's Changed

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

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.3.0

Compare Source

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.21.1

Compare Source

2026-01-08

Fix Gradle plugin compatibility with Gradle isolated projects.

Add forward compatibility with Kotlin 2.3.20-Beta1.

v0.21.0

Compare Source

2025-12-16

Update compiler plugin ID to "dev.drewhamilton.poko" (was previously "poko-compiler-plugin").

Deprecate @SkipSupport annotation and stop requiring it for using @Poko.Skip annotation. Update
deprecation level of @ArrayContentSupport and @ArrayContentBased to ERROR.

Compile with Kotlin 2.3.0. Compile with Java 25, except for the Gradle plugin, which is compiled
with Java 24.

Drop support for Kotlin 2.2 due to incompatibility. Increase the minimum supported Gradle version to
9.0.0.

v0.20.2

Compare Source

2025-11-19

Compile with Kotlin 2.2.21. Add forward compatibility with Kotlin 2.3.0-RC.

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.36.0

Compare Source

BREAKING

  • Updated minimum supported JDK, Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for Dokka v1, it's now required to use Dokka in v2 mode.
  • Mark DirectorySignatureType internal.

Behavior changes

  • validateDeployment now has the DeploymentValidation enum as type instead of being a boolean. The default
    is now to just wait for the VALIDATED state. The previous behavior can be achieved by setting it to PUBLISHED.
    NONE can be used for disabling the validation completely.
  • When calling configure(...) manually to configure what to publish and not passing javadocJar explicity,
    the plugin now defaults to publishing an empty javadoc jar.

Features

  • Android projects now support using Dokka for javadoc creation, this will happen automatically
    when using the default options and the Dokka plugin is applied to the project.
  • Added consistent JavadocJar and SourcesJar options to configureBasedOnAppliedPlugins and to all
    applicable project types that can be passed to configure. The previous Boolean based versions have
    been deprecated.
  • When enabling Maven Central publishing through the DSL, the mavenCentralDeploymentValidation and
    mavenCentralAutomaticPublishing are used for the default values of the 2 parameters when they are not passed
    explicitly. This allows to more easily override them in certain environments.
  • When isolated projects is enabled the module/project specific gradle.properties files are now considered in
    the same way they are when isolated projects is disabled.

Improvements

  • Better error message when Maven Central credentials are missing.
Minimum supported versions
  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0
Compatibility tested up to
  • JDK 25
  • Gradle 9.3.0
  • Gradle 9.4.0-milestone-4
  • Android Gradle Plugin 8.13.2
  • Android Gradle Plugin 9.0.0
  • Android Gradle Plugin 9.1.0-alpha05
  • Kotlin Gradle Plugin 2.3.0
  • Kotlin Gradle Plugin 2.3.20-Beta1

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 3 times, most recently from bb4f5dd to 1e492e6 Compare November 19, 2025 01:13
@renovate renovate bot force-pushed the renovate/all-deps branch from 1e492e6 to 6243fc0 Compare November 20, 2025 05:23
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 3087f46 to 8bde33a Compare December 16, 2025 10:39
@renovate renovate bot force-pushed the renovate/all-deps branch from 8bde33a to 8abac79 Compare December 17, 2025 02:25
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 0132c61 to 5da2981 Compare January 9, 2026 21:09
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 2752ca3 to 1e97241 Compare January 18, 2026 22:55
| datasource     | package                                                                             | from   | to     |
| -------------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | JamesIves/github-pages-deploy-action                                                | v4.7.3 | v4.8.0 |
| github-tags    | codecov/codecov-action                                                              | v5.4.3 | v5.5.2 |
| gradle-version | gradle                                                                              | 9.0.0  | 9.3.0  |
| maven          | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin                           | 0.19.3 | 0.21.1 |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin               | 0.9.1  | 0.9.4  |
| 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.36.0 |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                           | 8.0.0  | 8.2.0  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.2.0  | 2.3.0  |
@renovate renovate bot force-pushed the renovate/all-deps branch from 1e97241 to dee73bc Compare January 23, 2026 00:32
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.

2 participants