From 0320aaf01fd1deb8d662fac3ea7fec0ac56896c2 Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:09:03 +0200 Subject: [PATCH] fix(deps): update dependency app.cash.turbine:turbine to v1.2.0 (#1247) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com> --- 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 3bc90f505..338f5ba38 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1" androidx-credentials-auth = "androidx.credentials:credentials-play-services-auth:1.3.0" androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" } -app-cash-turbine = "app.cash.turbine:turbine:1.1.0" +app-cash-turbine = "app.cash.turbine:turbine:1.2.0" auth-java-jwt = "com.auth0:java-jwt:4.4.0" auth-jwks-rsa = "com.auth0:jwks-rsa:0.22.1"