Skip to content

Commit 79cde20

Browse files
authoredDec 6, 2024··
deps: update dependency dev.cel:cel to v0.8.0 (#3429)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.cel:cel](https://redirect.github.com/google/cel-java) | `0.7.1` -> `0.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.cel:cel/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.cel:cel/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.cel:cel/0.7.1/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.cel:cel/0.7.1/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/cel-java (dev.cel:cel)</summary> ### [`v0.8.0`](https://redirect.github.com/google/cel-java/releases/tag/v0.8.0) #### Fixes - Fix CEL-Java to be fully protobuf v4 compatible in [https://github.com/google/cel-java/pull/466](https://redirect.github.com/google/cel-java/pull/466) - Ensure empty YAML inputs yield checked exceptions [https://github.com/google/cel-java/pull/463](https://redirect.github.com/google/cel-java/pull/463) #### Features - Add optional.unwrap in [https://github.com/google/cel-java/pull/438](https://redirect.github.com/google/cel-java/pull/438) #### Miscellaneous - Expose CelPolicyValidationException constructors in [https://github.com/google/cel-java/pull/450](https://redirect.github.com/google/cel-java/pull/450) - Make CelAbstractSyntaxTree and its dependents an AutoValue class to allow for equality checks in [https://github.com/google/cel-java/pull/458](https://redirect.github.com/google/cel-java/pull/458) - Additional test case and error message refinement in [https://github.com/google/cel-java/pull/464](https://redirect.github.com/google/cel-java/pull/464) **Full Changelog**: google/cel-java@v0.7.1...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 91fd5cb commit 79cde20

File tree

1 file changed

+1
-1
lines changed
  • java-shared-dependencies/third-party-dependencies

1 file changed

+1
-1
lines changed
 

‎java-shared-dependencies/third-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<opentelemetry-semconv.version>1.26.0-alpha</opentelemetry-semconv.version>
4242
<flogger.version>0.8</flogger.version>
4343
<arrow.version>15.0.2</arrow.version>
44-
<dev.cel.version>0.7.1</dev.cel.version>
44+
<dev.cel.version>0.8.0</dev.cel.version>
4545
<com.google.crypto.tink.version>1.15.0</com.google.crypto.tink.version>
4646
</properties>
4747

0 commit comments

Comments
 (0)
Please sign in to comment.