Bump the submodule group with 4 updates - #835
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the submodule group with 4 updates: [external/fmt](https://github.com/fmtlib/fmt), [services/libxposed](https://github.com/libxposed/service), [xposed/libxposed](https://github.com/libxposed/api) and [external/apache/commons-lang](https://github.com/apache/commons-lang). Updates `external/fmt` from `cdb8dc7` to `1be298e` - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@cdb8dc7...1be298e) Updates `services/libxposed` from `11f8945` to `3318940` - [Release notes](https://github.com/libxposed/service/releases) - [Commits](libxposed/service@11f8945...3318940) Updates `xposed/libxposed` from `edeb837` to `45e7c5c` - [Release notes](https://github.com/libxposed/api/releases) - [Commits](libxposed/api@edeb837...45e7c5c) Updates `external/apache/commons-lang` from `fd12207` to `fe57304` - [Commits](apache/commons-lang@fd12207...fe57304) --- updated-dependencies: - dependency-name: external/fmt dependency-version: 1be298e1bd68957e4cd352e1f676f00e07dcfb57 dependency-type: direct:production dependency-group: submodule - dependency-name: services/libxposed dependency-version: 3318940876192e29cf6ab07637e899e22a87ebf0 dependency-type: direct:production dependency-group: submodule - dependency-name: xposed/libxposed dependency-version: 45e7c5cfe54725b6d828d8b7be65e22ce60c67e4 dependency-type: direct:production dependency-group: submodule - dependency-name: external/apache/commons-lang dependency-version: fe573042d12e4457d81b7fbbdcd68d0e82381c6b dependency-type: direct:production dependency-group: submodule ... Signed-off-by: dependabot[bot] <support@github.com>
JingMatrix
added a commit
that referenced
this pull request
Aug 1, 2026
The fmt and commons-lang submodules move to the tip of their upstream branches, core-splashscreen to 1.2.0, navigation3 to 1.1.5 and material3 to 1.5.0-alpha25, which is everything in the catalog that was behind. Both libxposed submodules stay where they are, since their only new commit is the API 102 RFC and that belongs with the API work. In CI, ninja moves to 1.13.2 and crowdin.yml's floating action refs are pinned to majors like everywhere else. The NDK pin moves from 29.0.13113456, which is r29 beta 1, to r29 stable at 29.0.14206865. Its clang 21 rejects the lsplant x86 build over duplicate `<emmintrin.h>` definitions arriving through two module fragments, so phmap's SSE2 group scan is switched off for every native module. The rest removes the seventy or so lines a build printed when nothing was wrong. `:hiddenapi:stubs` no longer overrides its Java version to 8. Thirty-three Kotlin deprecations in the manager are migrated: ListItem's headline becomes a trailing content lambda, TabRow becomes PrimaryTabRow, rememberModalBottomSheetState becomes rememberBottomSheetState, and eight icons move to their auto-mirrored versions; two reads that have no replacement are suppressed in place. Vendored and generated Java, along with `:legacy`, compile with javac's notes off, and lsplant's string literal operator template warning is silenced at its target. The `by extra` delegate and AGP's `srcDirs`, both deprecated, are rewritten, and the apksign plugin is replaced by the signing configuration it was applying, since its last release still calls the deprecated `Project.getProperties`. Tested with a clean `./gradlew zipAll` over debug and release, which now prints only its task list. The resulting release zip is installed and running on a Pixel 6 on Android 17. Signing was checked both ways: with a keystore, the manager APK and the certificate compiled into `SignInfo.kt` match; without one, both fall back to the debug key as before. Lint is untouched. It already fails at HEAD with 556 errors, 462 of them missing translations, and no workflow runs it; that backlog needs its own change. Supersedes #824 and #835.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the submodule group with 4 updates: external/fmt, services/libxposed, xposed/libxposed and external/apache/commons-lang.
Updates
external/fmtfromcdb8dc7to1be298eCommits
1be298eUpdate version5ea06b1Exclude the build tree from the source package11ddbcbBuild docs in the release workflow so the source zip includes doc-htmle8deaf2Update changelog128ba14fix out-of-bounds read in basic_format_args::get (#4800)e60274bRun lint workflow on all PRs to fix stuck required checks87bb05dFix release workflow startup failure from insufficient permissions2de684dAdd .gradle directory to .gitignore (#4799)1ccba0cAttach SLSA provenance to the draft instead of a new releasec1c7296Add a test for fmt_printUpdates
services/libxposedfrom11f8945to3318940Commits
3318940RFC for API 102 (#15)Updates
xposed/libxposedfromedeb837to45e7c5cCommits
45e7c5cUpdate proguard-rules.proc4acb6eRFC for API 102 (#62)Updates
external/apache/commons-langfromfd12207tofe57304Commits
fe57304Bump github/codeql-action from 4.37.1 to 4.37.3e8bafebInternal refactoring3d662f0[LANG-1833] Handle ParsePosition index beyond source string length6fd967b[LANG-1833] Handle ParsePosition index beyond source string lengthe0dba35[LANG-1833] Handle ParsePosition index beyond source string length cleanly (#...94ad3a7[LANG-1832] Improve test coverage for ObjectUtils.wait(Duration)0a1b0f4[LANG-1832] Improve test coverage for ObjectUtils.wait(Duration) (#1756)8a28febBetter use of JUnit API.87b7b3aBetter use of JUnit API.5ad44b4[LANG-1831] Add missing test for ObjectUtils.isEmpty(Object) (#1755).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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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