Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protoc to v3.24.4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 5, 2023
1 parent c5f371c commit 4cc0f4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -75,7 +75,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.24.3"
artifact = "com.google.protobuf:protoc:3.24.4"
}
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.3"
artifact = "com.google.protobuf:protoc:3.24.4"
}
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.3"
artifact = "com.google.protobuf:protoc:3.24.4"
}
plugins {
create("javalite") {
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.3"
artifact = "com.google.protobuf:protoc:3.24.4"
}
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 @@ -111,7 +111,7 @@ sourceSets {

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

0 comments on commit 4cc0f4a

Please sign in to comment.