Skip to content

Bump dev.cel:runtime from 0.13.0 to 0.13.1#35

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dev.cel-runtime-0.13.1
Closed

Bump dev.cel:runtime from 0.13.0 to 0.13.1#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dev.cel-runtime-0.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.cel:runtime from 0.13.0 to 0.13.1.

Release notes

Sourced from dev.cel:runtime'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:runtime](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:runtime
  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 Jun 18, 2026
@richardwooding

Copy link
Copy Markdown
Contributor

Superseded by #34, which bumped all three dev.cel deps (cel/compiler/runtime) to 0.13.1 in one change.

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@richardwooding richardwooding deleted the dependabot/gradle/dev.cel-runtime-0.13.1 branch June 18, 2026 08:23
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.

1 participant