Skip to content

chore(deps): Bump dev.cel:cel from 0.13.0 to 0.13.1#6636

Merged
nscuro merged 1 commit into
5.0.xfrom
dependabot/maven/5.0.x/dev.cel-cel-0.13.1
Jul 9, 2026
Merged

chore(deps): Bump dev.cel:cel from 0.13.0 to 0.13.1#6636
nscuro merged 1 commit into
5.0.xfrom
dependabot/maven/5.0.x/dev.cel-cel-0.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.cel:cel from 0.13.0 to 0.13.1.

Release notes

Sourced from dev.cel:cel's releases.

v0.13.1

This minor release brings expanded support for Native Extensions, and correctness fixes for optionals, protobuf types and policy evaluation.

🚀 Highlights & New Features

  • Native Extensions: Expanded support to include arrays for Native type extensions (#1069).

🛠️ Configuration & Default Changes

  • Deprecations: The enableCelValue option has been deprecated (#1057).

🐛 Bug Fixes & Correctness

  • Protobuf Conversion: Updated ProtoCelValueConverter to correctly handle FIXED32 and FIXED64 as unsigned values (#1073).
  • Native Extensions: Safely ignored enums in native type extensions to prevent evaluation errors (#1078).
  • Policy Dead Code: Fixed dead code reachability logic that was erroneously flagging on unconditional nested rules (#1072).
  • Optional Types: Ensured that chained optional field selection does not repeatedly wrap the optional type (#1086).

👏 New Contributors

Full Changelog: cel-expr/cel-java@v0.13.0...v0.13.1

Commits
  • 6e267b4 Release 0.13.1
  • d917045 Ensure chained optional field selection does not repeatedly wrap the optional...
  • f31ad58 Internal Changes
  • c2b6039 Internal Changes
  • 359d39a Expand support to arrays to Native type extensions
  • 02052f3 Safely ignore enums in native type extensions
  • a6f2930 Merge pull request #1074 from andrewparmet:fix-fieldmask-celvalue
  • 7452e0d Merge pull request #1073 from andrewparmet:fix-fixed32-fixed64-celvalue
  • c5d86d9 Remove redundant base FieldMask handler now that both converters intercept it
  • abbd7cf Override fromWellKnownProto in ProtoLiteCelValueConverter for FieldMask
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.cel:cel](https://github.com/google/cel-java) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](cel-expr/cel-java@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: dev.cel:cel
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 9, 2026
@owasp-dt-bot

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codacy-production

codacy-production Bot commented Jul 9, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage (70.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ab25ec8) 41789 36186 86.59%
Head commit (059f916) 41789 (+0) 36186 (+0) 86.59% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6636) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@nscuro nscuro added this to the 5.0.3 milestone Jul 9, 2026
@nscuro nscuro merged commit f79cede into 5.0.x Jul 9, 2026
13 checks passed
@nscuro nscuro deleted the dependabot/maven/5.0.x/dev.cel-cel-0.13.1 branch July 9, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants