Skip to content

deps: bump the morphe-engine group across 1 directory with 2 updates#9

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/engine/dev/morphe-engine-9abf88e92a
Open

deps: bump the morphe-engine group across 1 directory with 2 updates#9
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/engine/dev/morphe-engine-9abf88e92a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the morphe-engine group with 2 updates in the /engine directory: app.morphe:morphe-patcher and app.morphe:morphe-patches-library.

Updates app.morphe:morphe-patcher from 1.5.1 to 1.5.2

Release notes

Sourced from app.morphe:morphe-patcher's releases.

v1.5.2

1.5.2 (2026-06-10)

Bug Fixes

  • Change Compatibility app name to required if package name is also declared (f68e855)
  • Deprecate MatchAfterAtLeast and MatchAfterRange (172a8aa)
  • Update to latest ARSCLib (d30cf05)

v1.5.2-dev.3

1.5.2-dev.3 (2026-06-10)

Bug Fixes

  • Change Compatibility app name to required if package name is also declared (f68e855)

v1.5.2-dev.2

1.5.2-dev.2 (2026-06-07)

Bug Fixes

  • Deprecate MatchAfterAtLeast and MatchAfterRange (172a8aa)

v1.5.2-dev.1

1.5.2-dev.1 (2026-05-31)

Bug Fixes

  • Update to latest ARSCLib (d30cf05)
Changelog

Sourced from app.morphe:morphe-patcher's changelog.

1.5.2 (2026-06-10)

Bug Fixes

  • Change Compatibility app name to required if package name is also declared (f68e855)
  • Deprecate MatchAfterAtLeast and MatchAfterRange (172a8aa)
  • Update to latest ARSCLib (d30cf05)

1.5.2-dev.3 (2026-06-10)

Bug Fixes

  • Change Compatibility app name to required if package name is also declared (f68e855)

1.5.2-dev.2 (2026-06-07)

Bug Fixes

  • Deprecate MatchAfterAtLeast and MatchAfterRange (172a8aa)

1.5.2-dev.1 (2026-05-31)

Bug Fixes

  • Update to latest ARSCLib (d30cf05)
Commits
  • 693c4ed chore: Release v1.5.2 [skip ci]
  • d8f76c9 chore: Merge branch dev to main (#133)
  • 2da0a76 chore: Release v1.5.2-dev.3 [skip ci]
  • f68e855 fix: Change Compatibility app name to required if package name is also declared
  • 6a8a33b chore: Release v1.5.2-dev.2 [skip ci]
  • 172a8aa fix: Deprecate MatchAfterAtLeast and MatchAfterRange
  • c9904b2 ci: Bundle license and notice in the final jars
  • 0e95f2d chore(deps-dev): Bump @​kilianpaquier/semantic-release-backmerge from 1.7.4 to...
  • 0573527 chore(deps): Bump io.mockk:mockk from 1.14.6 to 1.14.11 (#139)
  • 0b857b1 chore: Release v1.5.2-dev.1 [skip ci]
  • Additional commits viewable in compare view

Updates app.morphe:morphe-patches-library from 1.3.4 to 1.4.0

Release notes

Sourced from app.morphe:morphe-patches-library's releases.

v1.4.0

1.4.0 (2026-06-12)

Bug Fixes

  • Dim metrics values do not update when changing foldable device screen (#28) (0d254c1)
  • Cleanup logging (63c5ce5)
  • Fix refactoring (cb0cdc3)
  • Ignore replacing packageName field (9e24bc5)
  • Update to latest patcher (b1051aa)

Features

  • Add `Fingerprint.matchSingle()`` (1c7f805)
  • Add change package installer patch (136bb71)
  • Add ViewAnimations fade in/out utilities (01027db)

v1.4.0-dev.8

1.4.0-dev.8 (2026-06-01)

Features

  • Add `Fingerprint.matchSingle()`` (1c7f805)

v1.4.0-dev.7

1.4.0-dev.7 (2026-05-31)

Bug Fixes

  • Update to latest patcher (b1051aa)

v1.4.0-dev.6

1.4.0-dev.6 (2026-05-28)

Features

  • Add ViewAnimations fade in/out utilities (01027db)

v1.4.0-dev.5

1.4.0-dev.5 (2026-05-25)

Bug Fixes

  • Dim metrics values do not update when changing foldable device screen (#28) (0d254c1)

... (truncated)

Changelog

Sourced from app.morphe:morphe-patches-library's changelog.

1.4.0 (2026-06-12)

Bug Fixes

  • Dim metrics values do not update when changing foldable device screen (#28) (0d254c1)
  • Cleanup logging (63c5ce5)
  • Fix refactoring (cb0cdc3)
  • Ignore replacing packageName field (9e24bc5)
  • Update to latest patcher (b1051aa)

Features

  • Add `Fingerprint.matchSingle()`` (1c7f805)
  • Add change package installer patch (136bb71)
  • Add ViewAnimations fade in/out utilities (01027db)

1.4.0-dev.8 (2026-06-01)

Features

  • Add `Fingerprint.matchSingle()`` (1c7f805)

1.4.0-dev.7 (2026-05-31)

Bug Fixes

  • Update to latest patcher (b1051aa)

1.4.0-dev.6 (2026-05-28)

Features

  • Add ViewAnimations fade in/out utilities (01027db)

1.4.0-dev.5 (2026-05-25)

Bug Fixes

  • Dim metrics values do not update when changing foldable device screen (#28) (0d254c1)

1.4.0-dev.4 (2026-05-20)

Bug Fixes

... (truncated)

Commits
  • 11503a5 chore: Release v1.4.0 [skip ci]
  • 120038c chore: Merge branch dev to main (#26)
  • 9bb157e chore: Update npm dependencies
  • 05275fb chore: Add copyright headers to code wrote 100% entirely by Morphe devs
  • 8cfee6e chore: Remove upgrade gradle wrapper action
  • e8bec46 chore: Release v1.4.0-dev.8 [skip ci]
  • c30451d refactor: Rename Method.cloneMutableAndPreserveParameters() to `Method.clon...
  • 1c7f805 feat: Add `Fingerprint.matchSingle()``
  • bf678a3 chore: Release v1.4.0-dev.7 [skip ci]
  • b1051aa fix: Update to latest patcher
  • 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 <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

Bumps the morphe-engine group with 2 updates in the /engine directory: [app.morphe:morphe-patcher](https://github.com/MorpheApp/morphe-patcher) and [app.morphe:morphe-patches-library](https://github.com/MorpheApp/morphe-patches-library).


Updates `app.morphe:morphe-patcher` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/MorpheApp/morphe-patcher/releases)
- [Changelog](https://github.com/MorpheApp/morphe-patcher/blob/main/CHANGELOG.md)
- [Commits](MorpheApp/morphe-patcher@v1.5.1...v1.5.2)

Updates `app.morphe:morphe-patches-library` from 1.3.4 to 1.4.0
- [Release notes](https://github.com/MorpheApp/morphe-patches-library/releases)
- [Changelog](https://github.com/MorpheApp/morphe-patches-library/blob/main/CHANGELOG.md)
- [Commits](MorpheApp/morphe-patches-library@v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: app.morphe:morphe-patcher
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: morphe-engine
- dependency-name: app.morphe:morphe-patches-library
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: morphe-engine
...

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 12, 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