Skip to content

Bump io.github.openfeign:feign-core from 13.6 to 13.9.3#2262

Merged
kasmarian merged 1 commit intomainfrom
dependabot/maven/io.github.openfeign-feign-core-13.9.3
Mar 17, 2026
Merged

Bump io.github.openfeign:feign-core from 13.6 to 13.9.3#2262
kasmarian merged 1 commit intomainfrom
dependabot/maven/io.github.openfeign-feign-core-13.9.3

Conversation

@dependabot
Copy link
Contributor

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

Bumps io.github.openfeign:feign-core from 13.6 to 13.9.3.

Release notes

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

OpenFeign 13.9.3

What's Changed

Full Changelog: OpenFeign/feign@13.9.2...13.9.3

OpenFeign 13.9.2

What's Changed

  • feat: Generate nested result types as inner records in graphql-apt by @​velo in OpenFeign/feign#3247
    • When a GraphQL schema contains nested object types (e.g., Order { customer: Customer }), the annotation processor now generates them as inner records instead of requiring separate top-level classes

Full Changelog: OpenFeign/feign@13.9.1...13.9.2

OpenFeign 13.9.1

What's Changed

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

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

OpenFeign 13.8.1

What's Changed


... (truncated)

Commits
  • 1e92594 prepare release 13.9.3
  • 8f1fd07 Merge pull request #3251 from OpenFeign/fix/validate-bom-before-publish
  • 46c136f fix: validate BOM has dependencies before publishing to Maven Central
  • 8a7fc5d fix: ensure BOM publish runs even if deploy step fails
  • 2b5d709 Merge pull request #3249 from OpenFeign/dependabot/maven/org.apache.felix-mav...
  • 17c0b04 Merge pull request #3248 from OpenFeign/dependabot/maven/mockito.version-5.22.0
  • 2c3bd9e build(deps): Bump org.apache.felix:maven-bundle-plugin
  • c7dbca6 build(deps): Bump mockito.version from 5.21.0 to 5.22.0
  • 85aef9f Add explicit feign-form-spring dependency for parallel build ordering
  • 86ac598 [ci skip] updating versions to next development iteration 13.10-SNAPSHOT
  • 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 [io.github.openfeign:feign-core](https://github.com/openfeign/feign) from 13.6 to 13.9.3.
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.6...13.9.3)

---
updated-dependencies:
- dependency-name: io.github.openfeign:feign-core
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies java Pull requests that update java code minor Minor changes labels Mar 5, 2026
@dependabot dependabot bot added dependencies minor Minor changes java Pull requests that update java code labels Mar 5, 2026
@ChristianLohmann
Copy link
Member

👍

1 similar comment
@kasmarian
Copy link
Member

👍

@kasmarian kasmarian merged commit 82de0a5 into main Mar 17, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.openfeign-feign-core-13.9.3 branch March 17, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update java code minor Minor changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants