Skip to content

Commit

Permalink
deps: update dependency dev.cel:cel to v0.8.0 (#3429)
Browse files Browse the repository at this point in the history
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==-->
  • Loading branch information
renovate-bot authored Dec 6, 2024
1 parent 91fd5cb commit 79cde20
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.7.1</dev.cel.version>
<dev.cel.version>0.8.0</dev.cel.version>
<com.google.crypto.tink.version>1.15.0</com.google.crypto.tink.version>
</properties>

Expand Down

0 comments on commit 79cde20

Please sign in to comment.