Skip to content

Commit be3379d

Browse files
Bump com.google.protobuf:protoc from 4.33.5 to 4.34.0
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.33.5 to 4.34.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a80a10 commit be3379d

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)