chore(deps): fix OpenTelemetry proto so it works with Protobuf 3

Fixes https://github.com/kestra-io/kestra/issues/12298
This commit is contained in:
Loïc Mathieu
2025-10-30 11:50:22 +01:00
parent 8a2271b587
commit d6e172f715

View File

@@ -36,6 +36,8 @@ 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")
// 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")