From 4901eb837401b3986a7b5d7eb481c5cfb8368f7d Mon Sep 17 00:00:00 2001 From: Blake Li Date: Mon, 9 Dec 2024 11:20:35 -0500 Subject: [PATCH] chore(deps): Downgrade dev.cel to 0.6.0 (#3441) `dev.cel` 0.6.0+ brings in `protobuf-java` 4.28.x, which violates the no-downgrade rule since we still have [3.25.5](https://github.com/googleapis/sdk-platform-java/blob/f0236cfc102cf7ce06e1f733a4f40a50133d6b24/gapic-generator-java-pom-parent/pom.xml#L34) in this repo. This is not a major issue now as this dependency is not used yet in any downstream libraries, but we should downgrade it in case someone start using it. Separately, we should prevent this from happening in the future. See b/382754689 for potential future enhancements. --- java-shared-dependencies/third-party-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-shared-dependencies/third-party-dependencies/pom.xml b/java-shared-dependencies/third-party-dependencies/pom.xml index c9f89f1677..b05c1b9de1 100644 --- a/java-shared-dependencies/third-party-dependencies/pom.xml +++ b/java-shared-dependencies/third-party-dependencies/pom.xml @@ -41,7 +41,7 @@ 1.26.0-alpha 0.8 15.0.2 - 0.8.0 + 0.6.0 1.15.0