From d2c42f89e249b72f752f4e3e0690ea94abecba5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:58:23 +0000 Subject: [PATCH] build(deps): bump io.michaelrocks:libphonenumber-android Bumps [io.michaelrocks:libphonenumber-android](https://github.com/michaelrocks/libphonenumber-android) from 9.0.36 to 9.0.38. - [Commits](https://github.com/michaelrocks/libphonenumber-android/compare/v9.0.36...v9.0.38) --- updated-dependencies: - dependency-name: io.michaelrocks:libphonenumber-android dependency-version: 9.0.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1822713f3..1dceb5f39 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -77,7 +77,7 @@ flipcash2-client-protocol = "0.4.1" # port lags upstream, so it always set the ceiling and blocked routine bumps. # Don't reintroduce the Google artifact. The port exposes the same API; it just needs a Context, # because it loads its metadata from the AAR's assets rather than from a static instance. -lib-phone-number-port = "9.0.36" +lib-phone-number-port = "9.0.38" zxing = "3.5.4" androidx-benchmark-macro = "1.5.0-rc02"