Skip to content

chore(deps): bump the maven-dependencies group across 1 directory with 6 updates#45

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/maven-dependencies-bc2f068129
Closed

chore(deps): bump the maven-dependencies group across 1 directory with 6 updates#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/maven-dependencies-bc2f068129

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-dependencies group with 6 updates in the / directory:

Package From To
gradle-wrapper 9.4.1 9.5.1
io.github.kyuubiran.ezxhelper:android-utils 3.1.1-rc1 3.2.0-preview1
io.github.kyuubiran.ezxhelper:core 3.1.1-rc1 3.2.0-preview1
io.github.kyuubiran.ezxhelper:xposed-api-82 3.1.1-rc1 3.2.0-preview1
com.google.protobuf:protobuf-java 4.34.1 4.35.0
org.jetbrains.kotlin.plugin.compose 2.3.21 2.4.0

Updates gradle-wrapper from 9.4.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

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

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

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates io.github.kyuubiran.ezxhelper:android-utils from 3.1.1-rc1 to 3.2.0-preview1

Commits

Updates io.github.kyuubiran.ezxhelper:core from 3.1.1-rc1 to 3.2.0-preview1

Commits

Updates io.github.kyuubiran.ezxhelper:xposed-api-82 from 3.1.1-rc1 to 3.2.0-preview1

Commits

Updates io.github.kyuubiran.ezxhelper:core from 3.1.1-rc1 to 3.2.0-preview1

Commits

Updates io.github.kyuubiran.ezxhelper:xposed-api-82 from 3.1.1-rc1 to 3.2.0-preview1

Commits

Updates com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0

Commits

Updates org.jetbrains.kotlin.plugin.compose from 2.3.21 to 2.4.0

Release notes

Sourced from org.jetbrains.kotlin.plugin.compose's releases.

Kotlin 2.4.0-RC2

Changelog

Backend. J2KLIB

  • KT-86367 [JKLIB] kotlin.Cloneable built-in class not found

Compose compiler

  • b/511102714 Made the default stability of non-final classes Unknown instead of Stable

Tools. Build Tools API

  • KT-86395 [BTA] forward-compatibility violation: NoSuchMethodError on JvmSnapshotBasedIncrementalCompilationConfiguration. breaks IC

Tools. Gradle

  • KT-86346 Compiler warnings printed twice in console — once as w: and again as Gradle "Problem found:" block

Tools. Gradle. BCV

  • KT-86268 ABI validation tasks fail with Unsupported platform toolchain type when using kotlin.compilerVersion pointing to an older compiler after BTA migration in 2.4.0-Beta2

Tools. Gradle. Wasm

  • KT-86457 [Wasm, Gradle] BinaryenExec.standardOutput is silently ignored after migration to Gradle Workers

Kotlin 2.4.0-RC

Changelog

Backend. J2KLIB

  • KT-84877 [J2KLIB] Remove withKotlinBuiltinsHack present in JKlibIrLinker.kt
  • KT-85846 Tests failing with fake override property missing accessors or backing field
  • KT-85717 IllegalStateException due to already bound symbol
  • KT-86204 [JKlib] Propagate private members from dependecies in the IR tree

Compiler

  • KT-86210 Update -Xannotation-default-target CLI parameter doc
  • KT-85948 Contracts in 2.4 stdlib is not compatible with 2.3 compiler
  • KT-85957 Contract on function is getting discarded if any of effect declarations is unknown
  • KT-86130 False positive UNINITIALIZED_ENUM_COMPANION on LV 2.3 and lower
  • KT-84860 False positive UNINITIALIZED_ENUM_COMPANION in enum access with explicit receiver in enum initializer when enum class has a companion
  • KT-84319 Add JVM target bytecode version 26
  • KT-85825 Context parameter lambda loses context type when wrapped in nested run blocks
  • KT-84960 Property contract leaks unsubstituted type parameter in smart cast

Compose compiler

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 6 updates

Bumps the maven-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.1` |
| [io.github.kyuubiran.ezxhelper:android-utils](https://github.com/KyuubiRan/EzXHelper) | `3.1.1-rc1` | `3.2.0-preview1` |
| [io.github.kyuubiran.ezxhelper:core](https://github.com/KyuubiRan/EzXHelper) | `3.1.1-rc1` | `3.2.0-preview1` |
| [io.github.kyuubiran.ezxhelper:xposed-api-82](https://github.com/KyuubiRan/EzXHelper) | `3.1.1-rc1` | `3.2.0-preview1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.34.1` | `4.35.0` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |



Updates `gradle-wrapper` from 9.4.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.1)

Updates `io.github.kyuubiran.ezxhelper:android-utils` from 3.1.1-rc1 to 3.2.0-preview1
- [Release notes](https://github.com/KyuubiRan/EzXHelper/releases)
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

Updates `io.github.kyuubiran.ezxhelper:core` from 3.1.1-rc1 to 3.2.0-preview1
- [Release notes](https://github.com/KyuubiRan/EzXHelper/releases)
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

Updates `io.github.kyuubiran.ezxhelper:xposed-api-82` from 3.1.1-rc1 to 3.2.0-preview1
- [Release notes](https://github.com/KyuubiRan/EzXHelper/releases)
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

Updates `io.github.kyuubiran.ezxhelper:core` from 3.1.1-rc1 to 3.2.0-preview1
- [Release notes](https://github.com/KyuubiRan/EzXHelper/releases)
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

Updates `io.github.kyuubiran.ezxhelper:xposed-api-82` from 3.1.1-rc1 to 3.2.0-preview1
- [Release notes](https://github.com/KyuubiRan/EzXHelper/releases)
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

Updates `com.google.protobuf:protobuf-java` from 4.34.1 to 4.35.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.github.kyuubiran.ezxhelper:android-utils
  dependency-version: 3.2.0-preview1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.github.kyuubiran.ezxhelper:core
  dependency-version: 3.2.0-preview1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.github.kyuubiran.ezxhelper:xposed-api-82
  dependency-version: 3.2.0-preview1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.github.kyuubiran.ezxhelper:core
  dependency-version: 3.2.0-preview1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.github.kyuubiran.ezxhelper:xposed-api-82
  dependency-version: 3.2.0-preview1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/main/maven-dependencies-bc2f068129 branch June 8, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants