diff --git a/onnx/build.gradle b/onnx/build.gradle index ab4b568..dca9707 100644 --- a/onnx/build.gradle +++ b/onnx/build.gradle @@ -4,7 +4,7 @@ plugins { apply plugin: "java-library" dependencies { - api 'com.google.protobuf:protobuf-java:4.28.3' + api 'com.google.protobuf:protobuf-java:4.29.1' } protobuf {