chore(frontend): force frontend protobuf version (#11601)

This commit is contained in:
david-leifker 2024-10-11 11:52:52 -05:00 committed by GitHub
parent ebcce1f87b
commit 4b66757a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,6 +398,7 @@ subprojects {
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-dataformat-cbor:$jacksonVersion") implementation("com.fasterxml.jackson.core:jackson-dataformat-cbor:$jacksonVersion")
implementation(externalDependency.commonsIo) implementation(externalDependency.commonsIo)
implementation(externalDependency.protobuf)
} }
} }