Skip to content

Bump org.luckypray:dexkit from 2.0.3 to 2.0.7#366

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.luckypray-dexkit-2.0.7
Open

Bump org.luckypray:dexkit from 2.0.3 to 2.0.7#366
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.luckypray-dexkit-2.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor

Bumps org.luckypray:dexkit from 2.0.3 to 2.0.7.

Release notes

Sourced from org.luckypray:dexkit's releases.

2.0.7

Changelog

Fixed

  • Corrected MethodData metadata return issue.
  • Resolved crash when dex contained no strings.
  • Fixed KMP algorithm out-of-bounds crash on devices with GWP-ASan enabled.

Changed

  • Reimplemented ZIP parsing for better spec compliance.
    • Improved reliability in optimized/repacked APKs.
    • Enhanced parsing performance.

2.0.6

Update log:

  • Fix result loss due to uninitialized cross-references in special cases.
  • Support proto shorty matching to MethodMatcher.
  • Support 16k pagesize.

2.0.5

Update log:

  • fix using DexMethod(Constructor<*>) created incorrect objects.
  • fix interface parsing skipped when class content is empty.

2.0.4

Update log:

  • fix AnnotationEncodeArrayMatcher.create() returns the wrong type.
  • fix an issue where performing a second query on the results of method.invokes could miss some entries.
Commits
  • 1b5a503 bump version to 2.0.7
  • 716218f chore(deps): update maven publish plugin version to 0.34.0
  • 02190ab [Core] reimplement parser following ZIP spec, fix multi-entry reuse issue
  • 3fea65c [Core] Fix string_match avoid buffer underflow and ensure case-insensitive KM...
  • 4cb0941 [Core] Fix out-of-bounds check for empty string ID in dex_item.cpp
  • 32301c7 [Core] fix sort method_ids before processing to ensure correct method mapping
  • fa8c257 update pom licenses
  • 9dd3e12 [Docs] Add method prototype abbreviation related documentation
  • 6531485 bump version to 2.0.6
  • 698fcc9 [Core] Fix problem that results may be lost in special cases.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.luckypray:dexkit](https://github.com/LuckyPray/DexKit) from 2.0.3 to 2.0.7.
- [Release notes](https://github.com/LuckyPray/DexKit/releases)
- [Commits](LuckyPray/DexKit@2.0.3...2.0.7)

---
updated-dependencies:
- dependency-name: org.luckypray:dexkit
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 15, 2025
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