Skip to content

Commit

Permalink
deps: update dependency dev.cel:cel to v0.7.1 (#3155)
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://github.com/google/cel-java) | `0.6.0`
-> `0.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.cel:cel/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.cel:cel/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.cel:cel/0.6.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.cel:cel/0.6.0/0.7.1?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.7.1`](https://github.com/google/cel-java/releases/tag/v0.7.1)

> \[!IMPORTANT]
> [enableUnsignedLongs in
CelOptions](https://github.com/google/cel-java/blob/main/common/src/main/java/dev/cel/common/CelOptions.java#L421)
is now enabled by default as of
[#&#8203;410](https://github.com/google/cel-java/commit/78dfcb527526de25e1b5f498bdde6f140c302801).
Unsigned integer literals (**uint**) in CEL expressions will now be
represented as **com.google.common.primitives.UnsignedLong** instead of
**java.lang.Long** when evaluated. If your expressions expose these
unsigned integer literals directly or you have custom functions that
work with unsigned integers, you may need to explicitly disable this
flag and make adjustments to avoid errors.

#### Features

- Add ListsExtension with flatten function
[google/cel-java#427,
[#&#8203;434](https://github.com/google/cel-java/commit/7398767f80578ae0b23f25d7484dde699b023544)
- Introduce ProtoUnsetFieldOptions to support unset handling like C++ in
[google/cel-java#403
- Include identity functions in the standard definitions in
[google/cel-java#405
- Add string to boolean conversion function in the standard definition
in
[google/cel-java#407
- Provide an overload to hide all fields on a message with ProtoTypeMask
in
[google/cel-java#415
- Parse explanations in match blocks in
[google/cel-java#420
- Improved support for nested rules in
[google/cel-java#422
- Add a validator for enforcing AST depth limit in
[google/cel-java#421
- Enforce composed AST stays below the configured depth limit in
[google/cel-java#424
- Improve CSE for comprehensions by taking into their nesting level and
types into account in
[google/cel-java#430
- Add an option to prevent breaking apart a comprehension in CSE in
[google/cel-java#432
- Enable retainComprehensionStructure by default in
[google/cel-java#436
- Add unreachable checks in policies in
[google/cel-java#423

#### Fixes

- Do not override the container if it's missing from policy config in
[google/cel-java#401
- Add option to specify folding designated custom functions only in
[google/cel-java#402
- Fix conditionally nested rules to include its condition in
[google/cel-java#404
- Fix runtime equality behavior for sets extension in
[google/cel-java#416
- Reduce count of errors joined together during parsing error in
[google/cel-java#417
[google/cel-java#418

#### Miscellaneous Changes

- Upgrade protobuf version to 4.28.0 in
[google/cel-java#439
- Remove unused list/map conversion functions from standard definitions
in
[google/cel-java#406
- Open source Java conformance tests in
[google/cel-java#413
- Change cel_spec repo url to 0.16.0 in WORKSPACE in
[google/cel-java#419
- Migrate test_all_types proto over to the cel-spec variant in
[google/cel-java#433

**Full Changelog**:
google/cel-java@v0.6.0...v0.7.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate-bot authored and ldetmer committed Sep 17, 2024
1 parent 7b3c673 commit ac3719d
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.6.0</dev.cel.version>
<dev.cel.version>0.7.1</dev.cel.version>
<com.google.crypto.tink.version>1.14.1</com.google.crypto.tink.version>
</properties>

Expand Down

0 comments on commit ac3719d

Please sign in to comment.