mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user