From 58767155202391646d33bcc240a7f74ee4658b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:43:52 +0000 Subject: [PATCH] chore(deps): bump com.android.tools:desugar_jdk_libs_nio Bumps [com.android.tools:desugar_jdk_libs_nio](https://github.com/google/desugar_jdk_libs) from 2.1.4 to 2.1.5. - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs_nio 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 e47f5c813..e3e4ee0e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidGradlePlugin = "8.6.1" barista = "4.3.0" countlySdk = "24.7.4" -desugar_jdk_libs_nio = "2.1.4" +desugar_jdk_libs_nio = "2.1.5" faker = "2.0.4" mockito = "5.14.2" robolectric = "4.13"