Skip to content

Commit 8a1369c

Browse files
authored
Merge pull request #383 from yuzawa-san/dependabot/gradle/com.google.protobuf-protobuf-java-4.34.0
Bump com.google.protobuf:protobuf-java from 4.33.5 to 4.34.0
2 parents 3e0f234 + f170927 commit 8a1369c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

onnx/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
apply plugin: "java-library"
55

66
dependencies {
7-
api 'com.google.protobuf:protobuf-java:4.33.5'
7+
api 'com.google.protobuf:protobuf-java:4.34.0'
88
}
99

1010
protobuf {
1111
protoc {
12-
artifact = "com.google.protobuf:protoc:4.33.5"
12+
artifact = "com.google.protobuf:protoc:4.34.0"
1313
}
1414
generateProtoTasks {
1515
ofSourceSet('main')

0 commit comments

Comments
 (0)