From 4c68fef22ba0cabf21f46ff33c4ff8095da15af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:20:02 +0000 Subject: [PATCH] [dependabot]: Bump androidx.browser:browser Bumps androidx.browser:browser from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/url_launcher/url_launcher_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index 9d7d88d4bc5..5bab11f01bc 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -63,7 +63,7 @@ dependencies { // Java language implementation implementation("androidx.core:core:1.13.1") implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.browser:browser:1.8.0") + implementation("androidx.browser:browser:1.9.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.19.0") testImplementation("androidx.test:core:1.7.0")