We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e0f234 + f170927 commit 8a1369cCopy full SHA for 8a1369c
1 file changed
onnx/build.gradle
@@ -4,12 +4,12 @@ plugins {
4
apply plugin: "java-library"
5
6
dependencies {
7
- api 'com.google.protobuf:protobuf-java:4.33.5'
+ api 'com.google.protobuf:protobuf-java:4.34.0'
8
}
9
10
protobuf {
11
protoc {
12
- artifact = "com.google.protobuf:protoc:4.33.5"
+ artifact = "com.google.protobuf:protoc:4.34.0"
13
14
generateProtoTasks {
15
ofSourceSet('main')
0 commit comments