diff --git a/platform/build.gradle b/platform/build.gradle index 70b6f4d07f3..11c85e7890f 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -43,7 +43,7 @@ dependencies { constraints { // downgrade to proto 1.3.2-alpha as 1.5.0 needs protobuf 4 - api("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha") + api("io.opentelemetry.proto:opentelemetry-proto:1.10.0-alpha") // need to force this dep as mysql-connector brings a version incompatible with the Google Cloud libs api("com.google.protobuf:protobuf-java:$protobufVersion") api("com.google.protobuf:protobuf-java-util:$protobufVersion")