Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Update all non-major dependencies - #27

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#27
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.0.09.4.1 age confidence
xyz.calcugames:levelz-kt (source) dependencies patch 0.3.30.3.5 age confidence
com.github.ajalt.clikt:clikt dependencies minor 5.0.35.1.0 age confidence
org.jetbrains.kotlin.multiplatform plugin minor 2.2.202.3.20 age confidence

Release Notes

gradle/gradle (gradle)

v9.4.1

Compare Source

v9.4.0

Compare Source

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.3.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.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.

LevelZ-File/kotlin-bindings (xyz.calcugames:levelz-kt)

v0.3.5: levelz-kt v0.3.5

New Features

  • feat: refractor structure, bump version, improve build workflows (c50e8fa)

Bug Fixes

  • fix(build): dokka workflow (cabe4c0)

Other Updates

Contributors

v0.3.4: levelz-kt v0.3.4

Other Updates

  • build: remove JDK 8 and 11 from workflow (b9b0a1f)
  • chore(deps): update actions/checkout action to v5 (#​28) (40d45c8)
  • chore(deps): update plugin org.jetbrains.kotlin.multiplatform to v2.2.20 (#​30) (2061adc)
  • chore(deps): update gradle to v9.1.0 (#​31) (5542865)
  • chore(deps): update gradle/actions action to v5 (#​32) (ef7249f)
  • chore(deps): update all non-major dependencies (#​33) (bf2ea1a)
  • chore(deps): update actions/upload-artifact action to v6 (#​34) (96c2584)
  • chore(deps): update actions/checkout action to v6 (#​36) (1776315)
  • chore(deps): update all non-major dependencies (#​35) (4393b87)
  • chore(deps): update all non-major dependencies (#​37) (e096e86)
  • chore: update build configuration files (558e4bc)
  • build: add konan cache (ac23b0f)
  • build: add konan cache (1) (f5235f7)
  • build: decrease number of build jobs (29864cc)
  • build: fix permissions (ae1364d)
  • build: stop gradle after runs (b003db8)
  • chore(deps): update actions/upload-artifact action to v6 (#​38) (caa98d3)
  • build: fix release workflow trigger (00ec65e)

Contributors

ajalt/clikt (com.github.ajalt.clikt:clikt)

v5.1.0

Compare Source

Added
  • Added parameter name to help output for ValueSource values. (#​631)
  • Added inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#​630)
  • Added defaultLazy to mutually exclusive options. (#​616)
  • Added overloads for choice() that accept a List of choices. (#​596)
Changed
  • prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#​622)
  • SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#​613)
  • Improved error messages for invalid uint() and ulong() option values. (#​624)
  • Update Kotlin to 2.3.0
Fixed
  • Fixed adjacent quoted tokens not being concatenated in argument files. (#​632)
  • Fixed subcommand localization inheritance. (#​588)

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 is behind base branch, 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 force-pushed the renovate/all-minor-patch branch from e474031 to 5c8e187 Compare October 23, 2025 13:58
@renovate renovate Bot changed the title Update Gradle to v9.1.0 Update all non-major dependencies Oct 23, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5c8e187 to a374da6 Compare October 30, 2025 01:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a374da6 to be21a92 Compare November 17, 2025 23:10
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from be21a92 to b0d8722 Compare December 16, 2025 14:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3940cbb to fc8a26e Compare January 16, 2026 16:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9dbba30 to 66428ee Compare February 5, 2026 11:17
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 86cc326 to 7168e32 Compare February 28, 2026 20:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aae2e85 to a71f69d Compare March 7, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 863c615 to b1ada45 Compare March 16, 2026 10:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b1ada45 to 3bfdd9a Compare March 19, 2026 09:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants