Skip to content

Commit

Permalink
Update all dependencies (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 13, 2024
1 parent b2d19ce commit a135d77
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ai/sample/core/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:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion auth/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.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:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.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:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.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:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.1"
}
plugins {
create("javalite") {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sourceSets {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.1"
}
plugins {
id("javalite") {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ ktlint = "0.50.0"
material = "1.12.0"
metalava = "0.3.5"
moshi = "1.15.1"
okio = "3.9.0"
okio = "3.9.1"
org-robolectric = "4.13"
playServicesAuth = "21.2.0"
protobuf = "4.28.0"
protobuf = "4.28.1"
roborazzi = "1.26.0"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
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 @@ -128,7 +128,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.28.0"
artifact = "com.google.protobuf:protoc:4.28.1"
}
plugins {
id("javalite") {
Expand Down

0 comments on commit a135d77

Please sign in to comment.