Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 16, 2023
1 parent fa52318 commit c312039
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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"
Expand All @@ -13,7 +13,7 @@ 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,10 +29,10 @@ 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"
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 c312039

Please sign in to comment.