From 6d826ea8a4135ed2944138069ba67a84914ba766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 08:04:54 +0000 Subject: [PATCH] build(deps): Bump airbnb-lottie from 6.6.9 to 6.6.10 Bumps `airbnb-lottie` from 6.6.9 to 6.6.10. Updates `com.airbnb.android:lottie-compose` from 6.6.9 to 6.6.10 - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v6.6.9...v6.6.10) Updates `com.airbnb.android:lottie` from 6.6.9 to 6.6.10 - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v6.6.9...v6.6.10) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-version: 6.6.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.airbnb.android:lottie dependency-version: 6.6.10 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 ff7d59704e23..a1f11334cb0c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = '8.7.3' -airbnb-lottie = '6.6.9' +airbnb-lottie = '6.6.10' android-desugar = '2.1.5' android-installreferrer = '2.2' android-security-lint = '1.0.3'