From d01d00c5ecc0c6c187c1179ec8c11baa6be84d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:36:32 +0300 Subject: [PATCH] chore(deps): bump the all group with 3 updates (#512) Bumps the all group with 3 updates: [com.google.accompanist:accompanist-permissions](https://github.com/google/accompanist), [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) and [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java). Updates `com.google.accompanist:accompanist-permissions` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.36.0...v0.37.0) Updates `com.airbnb.android:lottie-compose` from 6.6.1 to 6.6.2 - [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.1...v6.6.2) Updates `io.sentry:sentry-bom` from 7.18.1 to 7.19.0 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.18.1...7.19.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-permissions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.sentry:sentry-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c97875c..cabb706a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist-permissions = "0.36.0" +accompanist-permissions = "0.37.0" android-gradle-plugin = "8.7.3" androidx-activity = "1.9.3" androidx-annotation-experimental = "1.4.1" @@ -26,7 +26,7 @@ kotlin-immutable-collections = "0.3.8" ksp = "2.1.0-1.0.29" ktlint-plugin = "12.1.2" leakcanary = "2.14" -lottie = "6.6.1" +lottie = "6.6.2" maven-publish = "0.30.0" mlkit-code-scanner = "16.1.0" mlkit-obj-detection = "17.0.2" @@ -37,7 +37,7 @@ moshi-lazy-adapters = "2.2" okhttp = "4.12.0" play-services-mlkit-face-detection = "17.1.0" retrofit = "2.11.0" -sentry = "7.18.1" +sentry = "7.19.0" tflite = "2.16.1" tflite-metadata = "0.4.4" tflite-support = "0.4.4"