From 32f11e2fa3d3d7541142286eb567491f526b878d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:14:33 +0000 Subject: [PATCH] deps: bump the morphe-engine group across 1 directory with 2 updates 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](https://github.com/MorpheApp/morphe-patcher/compare/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](https://github.com/MorpheApp/morphe-patches-library/compare/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] --- engine/gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/gradle/libs.versions.toml b/engine/gradle/libs.versions.toml index 030475e..650bb74 100644 --- a/engine/gradle/libs.versions.toml +++ b/engine/gradle/libs.versions.toml @@ -3,8 +3,8 @@ kotlin = "2.3.20" kotlinx = "1.10.2" # Morphe stuff -morphe-patcher = "1.5.1" -morphe-patches-library = "1.3.4" +morphe-patcher = "1.5.2" +morphe-patches-library = "1.4.0" morphe-smali = "d856bad65f" # Shadow (for fat JAR)