Skip to content

Commit

Permalink
Merge pull request #277 from yuzawa-san/dependabot/gradle/com.google.…
Browse files Browse the repository at this point in the history
…protobuf-protoc-4.29.3

Bump com.google.protobuf:protoc from 4.29.2 to 4.29.3
  • Loading branch information
yuzawa-san authored Jan 18, 2025
2 parents c04f3ce + 58c1b49 commit 0f42466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.29.2"
artifact = "com.google.protobuf:protoc:4.29.3"
}
generateProtoTasks {
ofSourceSet('main')
Expand Down

0 comments on commit 0f42466

Please sign in to comment.