Skip to content

build(deps): bump @github/copilot from 1.0.72 to 1.0.73 in /java/scripts/codegen in the java-codegen-deps group#2052

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-3d14d10dbc
Open

build(deps): bump @github/copilot from 1.0.72 to 1.0.73 in /java/scripts/codegen in the java-codegen-deps group#2052
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-3d14d10dbc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the java-codegen-deps group in /java/scripts/codegen with 1 update: @github/copilot.

Updates @github/copilot from 1.0.72 to 1.0.73

Release notes

Sourced from @​github/copilot's releases.

1.0.73

2026-07-20

  • Anthropic subagents continue working when additional directories are configured
  • Resolve relative links in custom agent instructions from the agent file location
Changelog

Sourced from @​github/copilot's changelog.

1.0.73 - 2026-07-20

  • Anthropic subagents continue working when additional directories are configured
  • Resolve relative links in custom agent instructions from the agent file location
Commits

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

Bumps the java-codegen-deps group in /java/scripts/codegen with 1 update: [@github/copilot](https://github.com/github/copilot-cli).


Updates `@github/copilot` from 1.0.72 to 1.0.73
- [Release notes](https://github.com/github/copilot-cli/releases)
- [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md)
- [Commits](github/copilot-cli@v1.0.72...v1.0.73)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 1.0.73
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-codegen-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 08:44
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 22, 2026
Auto-committed by java-codegen-check workflow.
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

Java Codegen Fix — Analysis

The java-codegen-fix automation agent investigated this PR but was unable to apply fixes for the following reason:

Root Cause: JDK Version Mismatch

The build failure is not a code generation issue. The error is:

Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message:
JDK 25+ is required to build the Multi-Release JAR with the virtual-thread overlay.

The java/pom.xml enforces JDK 25+, but the CI environment running this check only has JDK 17.0.19 available.

What Was Checked

  • The branch dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-3d14d10dbc was not locally available (no git credentials in the automation sandbox)
  • The current main branch pom.xml already contains <requireJavaVersion><version>[25,)</version> in the enforce-jdk25 enforcer rule
  • There are no code generation or type compilation errors apparent — the build stops before any compilation due to the JDK version check

Manual Intervention Needed

The java-codegen-check CI workflow needs to run in a JDK 25+ environment. Please ensure the CI runner/container for that workflow has JDK 25+ available, or verify whether the pom.xml JDK requirement on the Dependabot branch differs from main.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by Java Codegen Agentic Fix · 19.4 AIC · ⌖ 4.89 AIC · ⊞ 7.2K ·

@github-actions

Copy link
Copy Markdown
Contributor

Cross-SDK Consistency Review ✅

This PR bumps @github/copilot from 1.0.72 to 1.0.73 in the Java codegen dependencies and regenerates the Java codegen output, adding the agentInvocationId field to LlmInferenceHttpRequestChunkRequest.

I verified that agentInvocationId is already present in all other SDK generated types:

  • Node.js/TypeScript: nodejs/src/generated/rpc.ts
  • Python: python/copilot/generated/rpc.py
  • Go: go/rpc/zrpc.go
  • .NET: dotnet/src/Generated/Rpc.cs
  • Rust: rust/src/generated/api_types.rs
  • Java: java/src/generated/java/.../LlmInferenceHttpRequestChunkRequest.java ✅ (added in this PR)

This PR restores cross-SDK consistency by bringing Java in sync with the other five implementations. No further changes are needed.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by SDK Consistency Review Agent for #2052 · 19.6 AIC · ⌖ 5.11 AIC · ⊞ 5K ·

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants