deps(deps): update all non-major gradle dependencies #13

Merged
renovate-bot merged 1 commit from renovate/all-non-major-gradle-dependencies into main 2026-03-04 18:01:52 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.3.19.4.0 age confidence
io.arrow-kt:arrow-optics-ksp-plugin (source) dependencies patch 2.2.1.12.2.2 age confidence
io.arrow-kt:arrow-optics (source) dependencies patch 2.2.1.12.2.2 age confidence
io.arrow-kt:arrow-fx-coroutines (source) dependencies patch 2.2.1.12.2.2 age confidence
io.arrow-kt:arrow-core (source) dependencies patch 2.2.1.12.2.2 age confidence

Release Notes

gradle/gradle (gradle)

v9.4.0: 9.4.0

Compare Source

The Gradle team is excited to announce Gradle 9.4.0.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

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

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

arrow-kt/arrow (io.arrow-kt:arrow-optics-ksp-plugin)

v2.2.2

Compare Source

This release is mostly about bugfixing, although it also enables supports for more platforms, and exposes additional APIs using context parameters.

What's Changed
New Contributors

Full Changelog: https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | | minor | `9.3.1` → `9.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/gradle-version/gradle/9.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/gradle-version/gradle/9.3.1/9.4.0?slim=true) | | [io.arrow-kt:arrow-optics-ksp-plugin](https://arrow-kt.io/) ([source](https://github.com/arrow-kt/arrow)) | dependencies | patch | `2.2.1.1` → `2.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-optics-ksp-plugin/2.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-optics-ksp-plugin/2.2.1.1/2.2.2?slim=true) | | [io.arrow-kt:arrow-optics](https://arrow-kt.io/) ([source](https://github.com/arrow-kt/arrow)) | dependencies | patch | `2.2.1.1` → `2.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-optics/2.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-optics/2.2.1.1/2.2.2?slim=true) | | [io.arrow-kt:arrow-fx-coroutines](https://arrow-kt.io/) ([source](https://github.com/arrow-kt/arrow)) | dependencies | patch | `2.2.1.1` → `2.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-fx-coroutines/2.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-fx-coroutines/2.2.1.1/2.2.2?slim=true) | | [io.arrow-kt:arrow-core](https://arrow-kt.io/) ([source](https://github.com/arrow-kt/arrow)) | dependencies | patch | `2.2.1.1` → `2.2.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-core/2.2.1.1/2.2.2?slim=true) | --- ### Release Notes <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.4.0`](https://github.com/gradle/gradle/releases/tag/v9.4.0): 9.4.0 [Compare Source](https://github.com/gradle/gradle/compare/v9.3.1...v9.4.0) The Gradle team is excited to announce Gradle 9.4.0. Here are the highlights of this release: - Java 26 support - Non-class-based JVM tests - Enhanced console progress bar [Read the Release Notes](https://docs.gradle.org/9.4.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [akankshaa-00](https://github.com/akankshaa-00), [Attila Kelemen](https://github.com/kelemen), [Björn Kautler](https://github.com/Vampire), [dblood](https://github.com/dblood), [Dennis Rieks](https://github.com/drieks), [duvvuvenkataramana](https://github.com/duvvuvenkataramana), [John Burns](https://github.com/wakingrufus), [Julian](https://github.com/Julianw03), [kevinstembridge](https://github.com/kevinstembridge), [Niels Doucet](https://github.com/NielsDoucet), [Philip Wedemann](https://github.com/hfhbd), [ploober](https://github.com/ploober), [Richard Hernandez](https://github.com/rhernandez35), [Roberto Perez Alcolea](https://github.com/rpalcolea), [Sebastian Lövdahl](https://github.com/slovdahl), [stephan2405](https://github.com/stephan2405), [Stephane Landelle](https://github.com/slandelle), [Ujwal Suresh Vanjare](https://github.com/usv240), [Victor Merkulov](https://github.com/urdak), [Vincent Potuček](https://github.com/Pankraz76), [Vladimir Sitnikov](https://github.com/vlsi). #### Upgrade instructions Switch your build to use Gradle 9.4.0 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=9.4.0 && ./gradlew wrapper ``` See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.4.0/userguide/upgrading_version_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.4.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). </details> <details> <summary>arrow-kt/arrow (io.arrow-kt:arrow-optics-ksp-plugin)</summary> ### [`v2.2.2`](https://github.com/arrow-kt/arrow/releases/tag/2.2.2) [Compare Source](https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2) This release is mostly about bugfixing, although it also enables supports for more platforms, and exposes additional APIs using context parameters. ##### What's Changed - minor: Remove unnecessary toNonEmptyListOrNull in optics FilterIndex by [@&#8203;kyay10](https://github.com/kyay10) in [#&#8203;3838](https://github.com/arrow-kt/arrow/pull/3838) - Remove incorrect Ior contracts, and workaround KT-31886 by [@&#8203;kyay10](https://github.com/kyay10) in [#&#8203;3841](https://github.com/arrow-kt/arrow/pull/3841) - fix(optics): resolve name shadowing when property is named 'arrow' ([#&#8203;3789](https://github.com/arrow-kt/arrow/issues/3789)) by [@&#8203;sjoongh](https://github.com/sjoongh) in [#&#8203;3845](https://github.com/arrow-kt/arrow/pull/3845) - Cleanup and optimize Nec serialization by [@&#8203;kyay10](https://github.com/kyay10) in [#&#8203;3839](https://github.com/arrow-kt/arrow/pull/3839) - Enable Android Native targets: androidNativeArm64 and androidNativeX64 by [@&#8203;smyrgeorge](https://github.com/smyrgeorge) in [#&#8203;3835](https://github.com/arrow-kt/arrow/pull/3835) - ktor typesafe routing by [@&#8203;mrf7](https://github.com/mrf7) in [#&#8203;3832](https://github.com/arrow-kt/arrow/pull/3832) - Make `ExitCase` constructors internal by [@&#8203;serras](https://github.com/serras) in [#&#8203;3853](https://github.com/arrow-kt/arrow/pull/3853) - Mark `AutoCloseScope` and `SagaScope` as subclass opt-in by [@&#8203;serras](https://github.com/serras) in [#&#8203;3854](https://github.com/arrow-kt/arrow/pull/3854) - Make `HttpCircuitBreaker` aware of `expectSuccess` by [@&#8203;serras](https://github.com/serras) in [#&#8203;3852](https://github.com/arrow-kt/arrow/pull/3852) - Fix [#&#8203;3860](https://github.com/arrow-kt/arrow/issues/3860) by [@&#8203;serras](https://github.com/serras) in [#&#8203;3861](https://github.com/arrow-kt/arrow/pull/3861) - Enable more target platforms by [@&#8203;serras](https://github.com/serras) in [#&#8203;3863](https://github.com/arrow-kt/arrow/pull/3863) - Deprecate `unweave` by [@&#8203;serras](https://github.com/serras) in [#&#8203;3864](https://github.com/arrow-kt/arrow/pull/3864) - Fixes around context parameters by [@&#8203;serras](https://github.com/serras) in [#&#8203;3874](https://github.com/arrow-kt/arrow/pull/3874) - Introduce foldLeft2 for NonEmptyList by [@&#8203;serras](https://github.com/serras) in [#&#8203;3878](https://github.com/arrow-kt/arrow/pull/3878) - Correctly compute visibility for optics by [@&#8203;serras](https://github.com/serras) in [#&#8203;3877](https://github.com/arrow-kt/arrow/pull/3877) - Better handling of generics in prism creation by [@&#8203;serras](https://github.com/serras) in [#&#8203;3881](https://github.com/arrow-kt/arrow/pull/3881) ##### New Contributors - [@&#8203;sjoongh](https://github.com/sjoongh) made their first contribution in [#&#8203;3845](https://github.com/arrow-kt/arrow/pull/3845) - [@&#8203;smyrgeorge](https://github.com/smyrgeorge) made their first contribution in [#&#8203;3835](https://github.com/arrow-kt/arrow/pull/3835) - [@&#8203;mrf7](https://github.com/mrf7) made their first contribution in [#&#8203;3832](https://github.com/arrow-kt/arrow/pull/3832) **Full Changelog**: <https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
deps(deps): update all non-major gradle dependencies
All checks were successful
Security / Trivy Security Scan (pull_request) Successful in 11s
Main CI / build (pull_request) Successful in 2m1s
Security / MobSF Scan (pull_request) Successful in 16s
16ae9e1448
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-04 18:01:36 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-03-04 18:01:52 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lscythe/gradle-version-catalog!13
No description provided.