From ccbc7ef8e2eab9d0d9c9f06d4433b10962aac809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:01:28 +0000 Subject: [PATCH] build(deps): bump com.ryanharter.auto.value:auto-value-parcel Bumps [com.ryanharter.auto.value:auto-value-parcel](https://github.com/rharter/auto-value-parcel) from 0.2.6 to 0.2.9. - [Changelog](https://github.com/rharter/auto-value-parcel/blob/main/CHANGELOG.md) - [Commits](https://github.com/rharter/auto-value-parcel/compare/0.2.6...0.2.9) --- updated-dependencies: - dependency-name: com.ryanharter.auto.value:auto-value-parcel dependency-version: 0.2.9 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 e8636054f4e..45a4b5cde58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-test-core = "1.5.0" androidx-test-junit = "1.1.5" androidx-test-truth = "1.6.0" appcompat = "1.7.1" -autoValueParcel = "0.2.6" +autoValueParcel = "0.2.9" autovalue = "1.10.1" awaitility = "3.1.0" benchmarkMacro = "1.3.4"