Skip to content

build(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0 in /bindings/java in the per-dependency group - #40

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/bindings/java/per-dependency-3808b11e3b
Closed

build(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0 in /bindings/java in the per-dependency group#40
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/bindings/java/per-dependency-3808b11e3b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown

Bumps the per-dependency group in /bindings/java with 1 update: com.google.code.gson:gson.

Updates com.google.code.gson:gson from 2.13.2 to 2.14.0

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.14.0

What's Changed

  • Add type adapters for java.time classes by @​eamonnmcmanus in google/gson#2948

    When the java.time API is available, Gson automatically can read and write instances of classes like Instant and Duration. The format it uses essentially freezes the JSON representation that ReflectiveTypeAdapterFactory established by default, based on the private fields of java.time classes. That's not a great representation, but it is understandable. Changing it to anything else would break compatibility with systems that are expecting the current format.

    With this change, Gson no longer tries to access private fields of these classes using reflection. So it is no longer necessary to run with --add-opens for these classes on recent JDKs.

  • Remove com.google.gson.graph by @​eamonnmcmanus in google/gson#2990.

    This package was not part of any released artifact and depended on Gson internals in potentially problematic ways.

  • Validate that strings being parsed as integers consist of ASCII characters by @​eamonnmcmanus in google/gson#2995

    Previously, strings could contain non-ASCII Unicode digits and still be parsed as integers. That's inconsistent with how JSON numbers are treated.

  • Fix duplicate key detection when first value is null by @​andrewstellman in google/gson#3006

    This could potentially break code that was relying on the incorrect behaviour. For example, this JSON string was previously accepted but will no longer be: {"foo": null, "foo": bar}.

  • Remove Serializable from internal Type implementation classes. by @​eamonnmcmanus in google/gson#3011

    The nested classes ParameterizedTypeImpl, GenericArrayTypeImpl, and WildcardTypeImpl in GsonTypes are implementations of the corresponding types (without Impl) in java.lang.reflect. For some reason, they were serializable, even though the java.lang.reflect implementations are not. Having unnecessarily serializable classes could conceivably have been a security problem if they were part of a larger exploit using serialization. (We do not consider this a likely scenario and do not suggest that you need to update Gson just to get this change.)

  • Add LegacyProtoTypeAdapterFactory. by @​eamonnmcmanus in google/gson#3014

    This is not part of any released artifact, but may be of use when trying to fix code that is currently accessing the internals of protobuf classes via reflection.

  • Make AppendableWriter do flush and close if delegation object supports by @​MukjepScarlet in google/gson#2925

Other less visible changes

New Contributors

Full Changelog: google/gson@gson-parent-2.13.2...gson-parent-2.14.0

Commits
  • 3ff35d6 [maven-release-plugin] prepare release gson-parent-2.14.0
  • a3024fd Bump the maven group with 13 updates (#3002)
  • 5689ffe Bump the github-actions group across 1 directory with 3 updates (#3018)
  • 48db33c Add LegacyProtoTypeAdapterFactory. (#3014)
  • 53d703e Update outdated comment regarding serializable types (#3012)
  • 0189b72 Remove Serializable from internal Type implementation classes. (#3011)
  • f4d371d Fix duplicate key detection when first value is null (#3006)
  • 27d9ba1 Fix typo in README (JPMS dependencies section) (#3005)
  • 1fa9b7a Validate that strings being parsed as integers consist of ASCII characters (#...
  • b7d5954 Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

anakrish and others added 2 commits April 29, 2026 16:03
Configure GitHub Copilot for regorus with deep domain knowledge,
multi-perspective code review, and automated codebase auditing.

Copilot Instructions and Knowledge Base
────────────────────────────────────────
Add copilot-instructions.md with project identity, coding rules, build
commands, and references to 20 knowledge files covering every major
subsystem: value semantics, interpreter architecture, Rego compiler,
RVM, builtin system, FFI boundary, Azure policy/RBAC languages, error
handling, feature composition, security, and more. Each knowledge file
maps domain concepts to specific source files so Copilot understands
what code implements what behavior.

Code Review Instructions
────────────────────────
Add copilot-code-review-instructions.md with severity categories,
multi-scale thinking guidance, and 10 embedded review perspectives.
Reviews are organized around the concern being examined (security,
reliability, semantics, performance, API design) rather than a
checklist, encouraging Copilot to think freely about each change.

Agents and Skills
─────────────────
Add 16 role-based agents under .github/agents/ — each is a specialist
persona (architect, security-auditor, red-teamer, semantics-expert,
test-engineer, reliability-engineer, performance-engineer, etc.) with
domain-specific instructions grounded in regorus internals.

Add 6 skills under .github/skills/ for structured workflows:
add-builtin, design-alternatives, opa-conformance, security-review,
thorough-review, and verification.

Multi-Perspective PR Review (GitHub Actions)
────────────────────────────────────────────
Add perspective-review.yml workflow and perspective-review.sh script.
On every PR, the system parses the diff to extract valid line anchors
with actual code content, selects relevant perspectives based on
changed file paths, calls the GitHub Models API (gpt-4o-mini) for
each perspective, and posts inline PR review comments via the GitHub
PR Review API. Findings include severity tags, code snippets, and
perspective attribution.

Codebase Audit System
─────────────────────
Add codebase-audit.yml workflow and codebase-audit.sh script for
analyzing existing code — not just PR diffs. The system uses a
deterministic-first file discovery strategy: it searches knowledge
files for topic relevance, extracts referenced source paths, expands
via grep, then lets the LLM rerank for precision. Files are analyzed
in clusters per perspective, with findings posted as rolling GitHub
Issues (one issue per topic, updated on rerun).

Add 11 audit presets under .github/prompts/ covering: panic safety,
FFI boundary, security hardening, undefined propagation, resource
limits, performance, design alternatives, code cleanup, test gaps,
API ergonomics, and knowledge accuracy. The workflow runs on a
Mon/Wed/Fri schedule rotating through all presets for continuous
coverage (~4 week full cycle).

Knowledge Accuracy Audit
────────────────────────
Add knowledge-accuracy.sh as a specialized audit that compares each
docs/knowledge/*.md file against the actual source code it documents.
It detects factual inaccuracies, stale descriptions from refactoring,
deleted or renamed files still referenced in docs, and significant
source files (>100 lines) with no knowledge documentation.

Configuration Validation
────────────────────────
Add copilot-config-validation.yml workflow that validates YAML syntax,
checks that all knowledge file references resolve, verifies skill
frontmatter, and tracks knowledge-to-source freshness (warns when
source files change more recently than their knowledge docs). Runs on
config changes, weekly, and on manual dispatch.

Cloud Agent Setup
─────────────────
Add copilot-setup-steps.yml to configure the Copilot cloud agent
environment with Rust toolchain, cargo cache, and dependency fetch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps the per-dependency group in /bindings/java with 1 update: [com.google.code.gson:gson](https://github.com/google/gson).


Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: per-dependency
...

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 Apr 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Author

Looks like com.google.code.gson:gson is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 1, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/bindings/java/per-dependency-3808b11e3b branch May 1, 2026 16:08
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