Skip to content

Commit

Permalink
fix(deps): update all dependencies (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 16, 2023
1 parent 61fed68 commit 76b0743
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion auth/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ project.tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().config

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.0"
artifact = "com.google.protobuf:protoc:3.25.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion media/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 76b0743

Please sign in to comment.