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 3c9df90a35
commit e77378bcb7

View File

@@ -39,6 +39,8 @@ dependencies {
api platform("dev.langchain4j:langchain4j-community-bom:$langchain4jCommunityVersion")
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")