From d68ade55db8bf1fbcda974f35e0c92350a66e141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:22:15 +0000 Subject: [PATCH] Bump androidx.webkit:webkit from 1.7.0 to 1.10.0 Bumps androidx.webkit:webkit from 1.7.0 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- WordPress/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress/build.gradle b/WordPress/build.gradle index ac98ada035c5..d71b57bbc617 100644 --- a/WordPress/build.gradle +++ b/WordPress/build.gradle @@ -342,7 +342,7 @@ kapt { } dependencies { - implementation 'androidx.webkit:webkit:1.7.0' + implementation 'androidx.webkit:webkit:1.10.0' implementation "androidx.navigation:navigation-compose:$androidxComposeNavigationVersion" compileOnly project(path: ':libs:annotations') kapt project(':libs:processors') diff --git a/build.gradle b/build.gradle index 798c633edea8..3222ff5a07a0 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext { androidxSwipeToRefreshVersion = '1.1.0' androidxViewpager2Version = '1.0.0' androidxWorkManagerVersion = "2.8.1" - androidxWebkitVersion = '1.7.0' + androidxWebkitVersion = '1.10.0' androidxComposeMaterial3Version = '1.1.1' apacheCommonsTextVersion = '1.10.0' coilComposeVersion = '2.4.0'