Skip to content

build(deps): bump jadx from 1.5.5 to 1.5.6 in /decx#65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/decx/jadx-1.5.6
Open

build(deps): bump jadx from 1.5.5 to 1.5.6 in /decx#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/decx/jadx-1.5.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps jadx from 1.5.5 to 1.5.6.
Updates io.github.skylot:jadx-core from 1.5.5 to 1.5.6

Release notes

Sourced from io.github.skylot:jadx-core's releases.

1.5.6

Main features and fixes

Security fixes:

  • Reject absolute or path to CWD for zip entries
  • Sanitize all string values for gradle scripts on export
  • Add missing escaping on summary page

Core:

  • Use queue instead of recursion for type updates

GUI:

  • Graph views, code pane sync, and more (PR #2784)
  • Collapse single-child directory chains in resource tree (PR #2866)
  • Handle pasted file lists in file chooser (PR #2876)
  • Show simple message box for file exceptions (#2659)

API:

  • Allow to create input category node even if no matching files found (#2806)
  • New module/library for work with call graphs (#2890)

All changes

Features

  • [core] Graph views, code pane sync, and more (PR #2784)
  • [core] Use queue instead of recursion for type updates
  • [core] New module/library for work with call graphs (#2890)
  • [gui] Add mimetype for desktop file
  • [gui] Open single loaded class after load
  • [gui] Add "copy reference" to context menu (PR #2863)
  • [gui] Collapse single-child directory chains in resource tree (PR #2866)
  • [gui] Handle pasted file lists in file chooser (PR #2876)
  • [gui] Show simple message box for file exceptions (#2659)

Bug Fixes

  • [core] Insert generic casts for variable assigned from fields with known types (#2776)
  • [core] Handle Kotlin 1.9+ $ENTRIES pattern in enum restoration (PR #2814)
  • [core] Remove useless PHI for duplicate moves (#2813)
  • [core] Support enum restore for constructor without args (#2821)
  • [core] Handle null bounds in WindowLocation to prevent NPE on dialog dispose (PR #2826)
  • [core] Stop type inference on exception (prevent endless loop)
  • [core] Resolve class/package name conflicts on case-insensitive filesystems (PR #2828)
  • [core] Use correct property for OS arch checks (#2830)
  • [core] Use correct args copy/replace in wrapped insns (#2835)
  • [core] Resolve minor decompilation issues (#2835)

... (truncated)

Commits
  • 28ff15e chore: update some dependencies
  • 745874e fix(gui): workaround for CJK support in bundled fonts (#2856)
  • 5a6e660 fix: sanitize all string values for gradle scripts on export
  • a74bb07 fix: reject absolute or path to CWD for zip entries
  • 7713655 fix(gui): add missing escaping on summary page
  • f659898 feat(gui): show simple message box for file exceptions (#2659)
  • d90c368 fix(gui): verify files and show fix actions, save project inputs hash on load...
  • ae6a24b fix(gui): fix token type error leading to disables right-click context menu r...
  • ada2a85 chore: update gradle and dependencies
  • c70f2c5 test: add regression package tests for JadxDecompiler (PR #2901)
  • Additional commits viewable in compare view

Updates io.github.skylot:jadx-gui from 1.5.5 to 1.5.6

Release notes

Sourced from io.github.skylot:jadx-gui's releases.

1.5.6

Main features and fixes

Security fixes:

  • Reject absolute or path to CWD for zip entries
  • Sanitize all string values for gradle scripts on export
  • Add missing escaping on summary page

Core:

  • Use queue instead of recursion for type updates

GUI:

  • Graph views, code pane sync, and more (PR #2784)
  • Collapse single-child directory chains in resource tree (PR #2866)
  • Handle pasted file lists in file chooser (PR #2876)
  • Show simple message box for file exceptions (#2659)

API:

  • Allow to create input category node even if no matching files found (#2806)
  • New module/library for work with call graphs (#2890)

All changes

Features

  • [core] Graph views, code pane sync, and more (PR #2784)
  • [core] Use queue instead of recursion for type updates
  • [core] New module/library for work with call graphs (#2890)
  • [gui] Add mimetype for desktop file
  • [gui] Open single loaded class after load
  • [gui] Add "copy reference" to context menu (PR #2863)
  • [gui] Collapse single-child directory chains in resource tree (PR #2866)
  • [gui] Handle pasted file lists in file chooser (PR #2876)
  • [gui] Show simple message box for file exceptions (#2659)

Bug Fixes

  • [core] Insert generic casts for variable assigned from fields with known types (#2776)
  • [core] Handle Kotlin 1.9+ $ENTRIES pattern in enum restoration (PR #2814)
  • [core] Remove useless PHI for duplicate moves (#2813)
  • [core] Support enum restore for constructor without args (#2821)
  • [core] Handle null bounds in WindowLocation to prevent NPE on dialog dispose (PR #2826)
  • [core] Stop type inference on exception (prevent endless loop)
  • [core] Resolve class/package name conflicts on case-insensitive filesystems (PR #2828)
  • [core] Use correct property for OS arch checks (#2830)
  • [core] Use correct args copy/replace in wrapped insns (#2835)
  • [core] Resolve minor decompilation issues (#2835)

... (truncated)

Commits
  • 28ff15e chore: update some dependencies
  • 745874e fix(gui): workaround for CJK support in bundled fonts (#2856)
  • 5a6e660 fix: sanitize all string values for gradle scripts on export
  • a74bb07 fix: reject absolute or path to CWD for zip entries
  • 7713655 fix(gui): add missing escaping on summary page
  • f659898 feat(gui): show simple message box for file exceptions (#2659)
  • d90c368 fix(gui): verify files and show fix actions, save project inputs hash on load...
  • ae6a24b fix(gui): fix token type error leading to disables right-click context menu r...
  • ada2a85 chore: update gradle and dependencies
  • c70f2c5 test: add regression package tests for JadxDecompiler (PR #2901)
  • Additional commits viewable in compare view

Updates io.github.skylot:jadx-cli from 1.5.5 to 1.5.6

Release notes

Sourced from io.github.skylot:jadx-cli's releases.

1.5.6

Main features and fixes

Security fixes:

  • Reject absolute or path to CWD for zip entries
  • Sanitize all string values for gradle scripts on export
  • Add missing escaping on summary page

Core:

  • Use queue instead of recursion for type updates

GUI:

  • Graph views, code pane sync, and more (PR #2784)
  • Collapse single-child directory chains in resource tree (PR #2866)
  • Handle pasted file lists in file chooser (PR #2876)
  • Show simple message box for file exceptions (#2659)

API:

  • Allow to create input category node even if no matching files found (#2806)
  • New module/library for work with call graphs (#2890)

All changes

Features

  • [core] Graph views, code pane sync, and more (PR #2784)
  • [core] Use queue instead of recursion for type updates
  • [core] New module/library for work with call graphs (#2890)
  • [gui] Add mimetype for desktop file
  • [gui] Open single loaded class after load
  • [gui] Add "copy reference" to context menu (PR #2863)
  • [gui] Collapse single-child directory chains in resource tree (PR #2866)
  • [gui] Handle pasted file lists in file chooser (PR #2876)
  • [gui] Show simple message box for file exceptions (#2659)

Bug Fixes

  • [core] Insert generic casts for variable assigned from fields with known types (#2776)
  • [core] Handle Kotlin 1.9+ $ENTRIES pattern in enum restoration (PR #2814)
  • [core] Remove useless PHI for duplicate moves (#2813)
  • [core] Support enum restore for constructor without args (#2821)
  • [core] Handle null bounds in WindowLocation to prevent NPE on dialog dispose (PR #2826)
  • [core] Stop type inference on exception (prevent endless loop)
  • [core] Resolve class/package name conflicts on case-insensitive filesystems (PR #2828)
  • [core] Use correct property for OS arch checks (#2830)
  • [core] Use correct args copy/replace in wrapped insns (#2835)
  • [core] Resolve minor decompilation issues (#2835)

... (truncated)

Commits
  • 28ff15e chore: update some dependencies
  • 745874e fix(gui): workaround for CJK support in bundled fonts (#2856)
  • 5a6e660 fix: sanitize all string values for gradle scripts on export
  • a74bb07 fix: reject absolute or path to CWD for zip entries
  • 7713655 fix(gui): add missing escaping on summary page
  • f659898 feat(gui): show simple message box for file exceptions (#2659)
  • d90c368 fix(gui): verify files and show fix actions, save project inputs hash on load...
  • ae6a24b fix(gui): fix token type error leading to disables right-click context menu r...
  • ada2a85 chore: update gradle and dependencies
  • c70f2c5 test: add regression package tests for JadxDecompiler (PR #2901)
  • Additional commits viewable in compare view

Updates io.github.skylot:jadx-smali-input from 1.5.5 to 1.5.6

Release notes

Sourced from io.github.skylot:jadx-smali-input's releases.

1.5.6

Main features and fixes

Security fixes:

  • Reject absolute or path to CWD for zip entries
  • Sanitize all string values for gradle scripts on export
  • Add missing escaping on summary page

Core:

  • Use queue instead of recursion for type updates

GUI:

  • Graph views, code pane sync, and more (PR #2784)
  • Collapse single-child directory chains in resource tree (PR #2866)
  • Handle pasted file lists in file chooser (PR #2876)
  • Show simple message box for file exceptions (#2659)

API:

  • Allow to create input category node even if no matching files found (#2806)
  • New module/library for work with call graphs (#2890)

All changes

Features

  • [core] Graph views, code pane sync, and more (PR #2784)
  • [core] Use queue instead of recursion for type updates
  • [core] New module/library for work with call graphs (#2890)
  • [gui] Add mimetype for desktop file
  • [gui] Open single loaded class after load
  • [gui] Add "copy reference" to context menu (PR #2863)
  • [gui] Collapse single-child directory chains in resource tree (PR #2866)
  • [gui] Handle pasted file lists in file chooser (PR #2876)
  • [gui] Show simple message box for file exceptions (#2659)

Bug Fixes

  • [core] Insert generic casts for variable assigned from fields with known types (#2776)
  • [core] Handle Kotlin 1.9+ $ENTRIES pattern in enum restoration (PR #2814)
  • [core] Remove useless PHI for duplicate moves (#2813)
  • [core] Support enum restore for constructor without args (#2821)
  • [core] Handle null bounds in WindowLocation to prevent NPE on dialog dispose (PR #2826)
  • [core] Stop type inference on exception (prevent endless loop)
  • [core] Resolve class/package name conflicts on case-insensitive filesystems (PR #2828)
  • [core] Use correct property for OS arch checks (#2830)
  • [core] Use correct args copy/replace in wrapped insns (#2835)
  • [core] Resolve minor decompilation issues (#2835)

... (truncated)

Commits
  • 28ff15e chore: update some dependencies
  • 745874e fix(gui): workaround for CJK support in bundled fonts (#2856)
  • 5a6e660 fix: sanitize all string values for gradle scripts on export
  • a74bb07 fix: reject absolute or path to CWD for zip entries
  • 7713655 fix(gui): add missing escaping on summary page
  • f659898 feat(gui): show simple message box for file exceptions (#2659)
  • d90c368 fix(gui): verify files and show fix actions, save project inputs hash on load...
  • ae6a24b fix(gui): fix token type error leading to disables right-click context menu r...
  • ada2a85 chore: update gradle and dependencies
  • c70f2c5 test: add regression package tests for JadxDecompiler (PR #2901)
  • Additional commits viewable in compare view

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 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)

Bumps `jadx` from 1.5.5 to 1.5.6.

Updates `io.github.skylot:jadx-core` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/skylot/jadx/releases)
- [Commits](skylot/jadx@v1.5.5...v1.5.6)

Updates `io.github.skylot:jadx-gui` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/skylot/jadx/releases)
- [Commits](skylot/jadx@v1.5.5...v1.5.6)

Updates `io.github.skylot:jadx-cli` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/skylot/jadx/releases)
- [Commits](skylot/jadx@v1.5.5...v1.5.6)

Updates `io.github.skylot:jadx-smali-input` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/skylot/jadx/releases)
- [Commits](skylot/jadx@v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: io.github.skylot:jadx-core
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.skylot:jadx-gui
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.skylot:jadx-cli
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.skylot:jadx-smali-input
  dependency-version: 1.5.6
  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 Jul 10, 2026
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