Skip to content

Bump cxf.openfeign.version from 13.8.1 to 13.9#2909

Merged
reta merged 1 commit intomainfrom
dependabot/maven/cxf.openfeign.version-13.9
Mar 2, 2026
Merged

Bump cxf.openfeign.version from 13.8.1 to 13.9#2909
reta merged 1 commit intomainfrom
dependabot/maven/cxf.openfeign.version-13.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps cxf.openfeign.version from 13.8.1 to 13.9.
Updates io.github.openfeign:feign-core from 13.8.1 to 13.9

Release notes

Sourced from io.github.openfeign:feign-core's releases.

OpenFeign 13.9

What's Changed

  • fix: unwrap single object from GraphQL array response by @​velo in OpenFeign/feign#3234
    • When a GraphQL query returns an array type but the Java method declares a single return type (not List<T>), the decoder now automatically unwraps the first element
    • Added Optional<T> return type support for GraphQL queries
  • fix: exclude example modules from release deploy by @​velo
  • fix: use --serial for mvnd release deploy to prevent partial publishes by @​velo

Full Changelog: OpenFeign/feign@13.8.1...13.9

Commits
  • 010494b fix: exclude example modules from release deploy
  • 8f8be54 prepare release 13.9
  • e9d0ca0 fix: unwrap single object from GraphQL array response (#3234)
  • cc28be9 fix: use --serial for mvnd release deploy to prevent partial publishes
  • a849bb0 [ci skip] updating versions to next development iteration 13.9-SNAPSHOT
  • See full diff in compare view

Updates io.github.openfeign:feign-httpclient from 13.8.1 to 13.9

Release notes

Sourced from io.github.openfeign:feign-httpclient's releases.

OpenFeign 13.9

What's Changed

  • fix: unwrap single object from GraphQL array response by @​velo in OpenFeign/feign#3234
    • When a GraphQL query returns an array type but the Java method declares a single return type (not List<T>), the decoder now automatically unwraps the first element
    • Added Optional<T> return type support for GraphQL queries
  • fix: exclude example modules from release deploy by @​velo
  • fix: use --serial for mvnd release deploy to prevent partial publishes by @​velo

Full Changelog: OpenFeign/feign@13.8.1...13.9

Commits
  • 010494b fix: exclude example modules from release deploy
  • 8f8be54 prepare release 13.9
  • e9d0ca0 fix: unwrap single object from GraphQL array response (#3234)
  • cc28be9 fix: use --serial for mvnd release deploy to prevent partial publishes
  • a849bb0 [ci skip] updating versions to next development iteration 13.9-SNAPSHOT
  • See full diff in compare view

Updates io.github.openfeign:feign-micrometer from 13.8.1 to 13.9

Release notes

Sourced from io.github.openfeign:feign-micrometer's releases.

OpenFeign 13.9

What's Changed

  • fix: unwrap single object from GraphQL array response by @​velo in OpenFeign/feign#3234
    • When a GraphQL query returns an array type but the Java method declares a single return type (not List<T>), the decoder now automatically unwraps the first element
    • Added Optional<T> return type support for GraphQL queries
  • fix: exclude example modules from release deploy by @​velo
  • fix: use --serial for mvnd release deploy to prevent partial publishes by @​velo

Full Changelog: OpenFeign/feign@13.8.1...13.9

Commits
  • 010494b fix: exclude example modules from release deploy
  • 8f8be54 prepare release 13.9
  • e9d0ca0 fix: unwrap single object from GraphQL array response (#3234)
  • cc28be9 fix: use --serial for mvnd release deploy to prevent partial publishes
  • a849bb0 [ci skip] updating versions to next development iteration 13.9-SNAPSHOT
  • See full diff in compare view

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 `cxf.openfeign.version` from 13.8.1 to 13.9.

Updates `io.github.openfeign:feign-core` from 13.8.1 to 13.9
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.8.1...13.9)

Updates `io.github.openfeign:feign-httpclient` from 13.8.1 to 13.9
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.8.1...13.9)

Updates `io.github.openfeign:feign-micrometer` from 13.8.1 to 13.9
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.8.1...13.9)

---
updated-dependencies:
- dependency-name: io.github.openfeign:feign-core
  dependency-version: '13.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.openfeign:feign-httpclient
  dependency-version: '13.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.openfeign:feign-micrometer
  dependency-version: '13.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 2, 2026
@reta reta merged commit f3a1709 into main Mar 2, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/cxf.openfeign.version-13.9 branch March 2, 2026 19:46
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