From 45a9d45750e938d821b60e6768d994c98793f8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:02:34 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie from 6.6.7 to 6.6.9 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 6.6.7 to 6.6.9. - [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.7...v6.6.9) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-version: 6.6.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 8231aac..de6137b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ core-ktx = "1.17.0" appcompat = "1.7.1" material = "1.13.0" constraintlayout = "2.2.1" -lottie = "6.6.7" +lottie = "6.6.9" junit4 = "4.13.2" [libraries]