From 76b07437674caf74e3b5c02f114618a8b4718d48 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 Nov 2023 23:13:37 +0100 Subject: [PATCH] fix(deps): update all dependencies (#1817) --- auth/sample/shared/build.gradle.kts | 2 +- datalayer/core/build.gradle.kts | 2 +- datalayer/grpc/build.gradle.kts | 2 +- datalayer/sample/shared/build.gradle.kts | 2 +- gradle/libs.versions.toml | 20 ++++++++++---------- media/sample/build.gradle.kts | 2 +- sample/build.gradle.kts | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/auth/sample/shared/build.gradle.kts b/auth/sample/shared/build.gradle.kts index d35cd8e893..cd6c2d8725 100644 --- a/auth/sample/shared/build.gradle.kts +++ b/auth/sample/shared/build.gradle.kts @@ -74,7 +74,7 @@ android { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { create("javalite") { diff --git a/datalayer/core/build.gradle.kts b/datalayer/core/build.gradle.kts index 15a1f7e433..eced708b8f 100644 --- a/datalayer/core/build.gradle.kts +++ b/datalayer/core/build.gradle.kts @@ -77,7 +77,7 @@ android { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { id("javalite") { diff --git a/datalayer/grpc/build.gradle.kts b/datalayer/grpc/build.gradle.kts index d98b961da0..fc42348bc9 100644 --- a/datalayer/grpc/build.gradle.kts +++ b/datalayer/grpc/build.gradle.kts @@ -89,7 +89,7 @@ project.tasks.withType().config protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { create("javalite") { diff --git a/datalayer/sample/shared/build.gradle.kts b/datalayer/sample/shared/build.gradle.kts index 5d28975fdc..6600cd765f 100644 --- a/datalayer/sample/shared/build.gradle.kts +++ b/datalayer/sample/shared/build.gradle.kts @@ -74,7 +74,7 @@ android { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { create("javalite") { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 23ad4c9ff2..a9b0cc902d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] accompanist = "0.32.0" -androidx-benchmark = "1.2.0" +androidx-benchmark = "1.2.1" androidx-complications-data = "1.2.0-rc01" androidx-compose-material = "1.5.4" androidx-concurrent = "1.1.0" androidx-datastore = "1.0.0" androidx-health-services = "1.0.0-rc01" androidx-hilt = "1.1.0" -androidx-media3 = "1.2.0-rc01" +androidx-media3 = "1.2.0" androidx-test-espresso = "3.6.0-alpha01" androidx-test-ext = "1.2.0-alpha01" androidx-tracingPerfetto = "1.0.0" androidx-tracingPerfettoBinary = "1.0.0" androidx-wear-watchface = "1.2.0-rc01" -androidxActivity = "1.8.0" +androidxActivity = "1.8.1" androidxCore = "1.12.0" androidxLifecycle = "2.6.2" androidxNavigation = "2.7.5" @@ -29,14 +29,14 @@ annotation = "1.0.1" app-cash-turbine = "1.0.0" com-squareup-okhttp3 = "4.12.0" com-squareup-retrofit2 = "2.9.0" -compose = "1.6.0-alpha08" +compose = "1.6.0-beta01" compose-compiler = "1.5.3" composesnapshot = "-" -dependencyAnalysis = "1.25.0" +dependencyAnalysis = "1.26.0" dokka = "1.9.10" googleSecretsGradlePlugin = "2.0.1" googledagger = "2.48.1" -gradlePlugin = "8.1.3" +gradlePlugin = "8.1.4" gradlePublishPlugin = "0.25.3" io-coil-kt = "2.5.0" junit = "4.13.2" @@ -49,14 +49,14 @@ moshi = "1.15.0" okio = "3.6.0" org-robolectric = "4.11.1" playServicesAuth = "20.7.0" -protobuf = "3.25.0" +protobuf = "3.25.1" room = "2.6.0" -runtimeTracing = "1.0.0-alpha04" +runtimeTracing = "1.0.0-alpha05" snapshot-android = "1.0.4" spotless = "6.22.0" truth = "1.1.5" -wearcompose = "1.3.0-alpha08" -wearToolingPreview = "1.0.0-beta01" +wearcompose = "1.3.0-beta01" +wearToolingPreview = "1.0.0-rc01" [libraries] accompanist-testharness = { module = "com.google.accompanist:accompanist-testharness", version.ref = "accompanist" } diff --git a/media/sample/build.gradle.kts b/media/sample/build.gradle.kts index acf572c4d0..a29b1919b5 100644 --- a/media/sample/build.gradle.kts +++ b/media/sample/build.gradle.kts @@ -125,7 +125,7 @@ android { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { id("javalite") { diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index ff0c6644ab..6b15079529 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -112,7 +112,7 @@ sourceSets { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { id("javalite") {