Skip to content

Commit

Permalink
fix(deps): update all dependencies (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 2, 2023
1 parent 3024de4 commit a0f2a63
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
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.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
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.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
plugins {
create("javalite") {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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-rc01"
androidx-media3 = "1.2.0-beta01"
androidx-hilt = "1.1.0"
androidx-media3 = "1.2.0-rc01"
androidx-test-espresso = "3.6.0-alpha01"
androidx-test-ext = "1.2.0-alpha01"
androidx-tracingPerfetto = "1.0.0"
Expand All @@ -16,7 +16,7 @@ androidx-wear-watchface = "1.2.0-rc01"
androidxActivity = "1.8.0"
androidxCore = "1.12.0"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.7.4"
androidxNavigation = "2.7.5"
androidxPhoneInteractions = "1.1.0-alpha03"
androidxRemoteInteractions = "1.0.0"
androidxStartup = "1.1.1"
Expand Down Expand Up @@ -49,7 +49,7 @@ moshi = "1.15.0"
okio = "3.6.0"
org-robolectric = "4.11.1"
playServicesAuth = "20.7.0"
protobuf = "3.24.4"
protobuf = "3.25.0"
room = "2.6.0"
runtimeTracing = "1.0.0-alpha04"
snapshot-android = "1.0.4"
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.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
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.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
plugins {
id("javalite") {
Expand Down

0 comments on commit a0f2a63

Please sign in to comment.