Skip to content

build(deps): bump the maven-dependencies group across 1 directory with 7 updates#1621

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/maven-dependencies-826db69d71
Open

build(deps): bump the maven-dependencies group across 1 directory with 7 updates#1621
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/maven-dependencies-826db69d71

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
gradle-wrapper 9.5.0 9.6.0
androidx.core:core 1.18.0 1.19.0
androidx.core:core-ktx 1.18.0 1.19.0
io.github.kyuubiran.ezxhelper:core 3.1.1-rc1 3.2.0-preview1
io.github.libxposed:api 101.0.1 102.0.0
io.github.libxposed:service 101.0.0 102.0.0
com.github.HChenX:SuperLyricApi 3.3 3.4

Updates gradle-wrapper from 9.5.0 to 9.6.0

Release notes

Sourced from gradle-wrapper's releases.

9.6.0

The Gradle team is excited to announce Gradle 9.6.0.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

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

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

9.6.0 RC3

... (truncated)

Commits
  • 3f750f0 Update distro size for Gradle 9.6.0 release (#38243)
  • ae93cfa update distro size
  • f7e22b5 Update Gradle wrapper to version 9.6.0-rc-3 (#38227)
  • 71a8eb9 Update Gradle wrapper to version 9.6.0-rc-3
  • 70a8745 Prepare release notes for Gradle 9.6.0RC3 (#38220)
  • 9706522 some final polishing for release notes
  • af308eb Restore GradleInternal.getRootProject overload for binary compatibility (#38214)
  • 239361b Restore GradleInternal.getRootProject overload for binary compatibility
  • 896dc44 Update Gradle wrapper to version 9.6.0-rc-2 (#38187)
  • 2d4ec25 Update Gradle wrapper to version 9.6.0-rc-2
  • Additional commits viewable in compare view

Updates androidx.core:core from 1.18.0 to 1.19.0

Updates androidx.core:core-ktx from 1.18.0 to 1.19.0

Updates androidx.core:core-ktx from 1.18.0 to 1.19.0

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

Commits

Updates io.github.libxposed:api from 101.0.1 to 102.0.0

Commits

Updates io.github.libxposed:service from 101.0.0 to 102.0.0

Updates com.github.HChenX:SuperLyricApi from 3.3 to 3.4

Release notes

Sourced from com.github.HChenX:SuperLyricApi's releases.

3.4

请勿继续使用 API 传递 MediaMetadata 和 PlaybackState 数据。此版本更新保持与 3.3 的兼容,不属于破坏性更新,但推荐您升级至此版本。

Release v3.4: Deprecate MediaMetadata and PlaybackState in SuperLyricData

  • Deprecated mediaMetadata and playbackState fields in SuperLyricData to improve API stability and avoid Binder transaction size limits.
  • Removed setMediaMetadata, setPlaybackState, and their corresponding getter and hasXxx methods from SuperLyricData.
  • Removed removeMediaMetadataBitmap helper and associated reflection logic from SuperLyricHelper.
  • Updated SuperLyricData's toString, equals, and hashCode methods to reflect the removal of metadata and playback state fields.
  • Updated ISuperLyricManager.aidl and ISuperLyricReceiver.aidl with refined documentation for sendLyric, sendStop, and onStop.
  • Updated README.md, README-en.md, and SuperLyricDemo.java to reflect the API changes and removal of deprecated field usage.
  • Incremented API versionName to '3.4' and versionCode to 34 in api/build.gradle.
Commits
  • c0c0354 Release v3.4: Deprecate MediaMetadata and PlaybackState in SuperLyricData
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 15, 2026
@codacy-production

codacy-production Bot commented Jun 15, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

…h 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.0` | `9.6.0` |
| androidx.core:core | `1.18.0` | `1.19.0` |
| androidx.core:core-ktx | `1.18.0` | `1.19.0` |
| [io.github.kyuubiran.ezxhelper:core](https://github.com/KyuubiRan/EzXHelper) | `3.1.1-rc1` | `3.2.0-preview1` |
| [io.github.libxposed:api](https://github.com/libxposed/api) | `101.0.1` | `102.0.0` |
| io.github.libxposed:service | `101.0.0` | `102.0.0` |
| [com.github.HChenX:SuperLyricApi](https://github.com/HChenX/SuperLyricApi) | `3.3` | `3.4` |



Updates `gradle-wrapper` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.5.0...v9.6.0)

Updates `androidx.core:core` from 1.18.0 to 1.19.0

Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0

Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0

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.libxposed:api` from 101.0.1 to 102.0.0
- [Release notes](https://github.com/libxposed/api/releases)
- [Commits](libxposed/api@101.0.1...102.0.0)

Updates `io.github.libxposed:service` from 101.0.0 to 102.0.0

Updates `com.github.HChenX:SuperLyricApi` from 3.3 to 3.4
- [Release notes](https://github.com/HChenX/SuperLyricApi/releases)
- [Commits](HChenX/SuperLyricApi@3.3...3.4)

---
updated-dependencies:
- dependency-name: androidx.core:core
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.github.HChenX:SuperLyricApi
  dependency-version: '3.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.libxposed:api
  dependency-version: 102.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: io.github.libxposed:service
  dependency-version: 102.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/maven-dependencies-826db69d71 branch from 7288dd4 to 6eb03b1 Compare June 19, 2026 22:44
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