Skip to content

Commit

Permalink
use protoc:3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kookubo committed Dec 15, 2023
1 parent 73e982b commit dbd38b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.8.0'
artifact = 'com.google.protobuf:protoc:3.25.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/kvs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.8.0'
artifact = 'com.google.protobuf:protoc:3.25.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protobuf {
// Configure the protoc executable
protoc {
// Download from repositories
artifact = "com.google.protobuf:protoc:3.8.0"
artifact = "com.google.protobuf:protoc:3.25.1"
}
}

Expand Down

0 comments on commit dbd38b7

Please sign in to comment.