Commit 4901eb8
authored
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.1 parent 8a124d3 commit 4901eb8
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments