Skip to content

Commit

Permalink
chore(deps): Downgrade dev.cel to 0.6.0 (#3441)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
blakeli0 authored Dec 9, 2024
1 parent 8a124d3 commit 4901eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<opentelemetry-semconv.version>1.26.0-alpha</opentelemetry-semconv.version>
<flogger.version>0.8</flogger.version>
<arrow.version>15.0.2</arrow.version>
<dev.cel.version>0.8.0</dev.cel.version>
<dev.cel.version>0.6.0</dev.cel.version>
<com.google.crypto.tink.version>1.15.0</com.google.crypto.tink.version>
</properties>

Expand Down

0 comments on commit 4901eb8

Please sign in to comment.