Skip to content

chore(deps): bump the other-dependencies group with 6 updates#1221

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/other-dependencies-b9f6ccd0e3
Open

chore(deps): bump the other-dependencies group with 6 updates#1221
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/other-dependencies-b9f6ccd0e3

Conversation

@dependabot
Copy link
Contributor

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

Bumps the other-dependencies group with 6 updates:

Package From To
io.swagger.core.v3:swagger-models 2.2.43 2.2.44
io.swagger.core.v3:swagger-core 2.2.43 2.2.44
io.github.openfeign:feign-core 13.9.1 13.9.3
io.github.openfeign:feign-jackson 13.9.1 13.9.3
io.github.openfeign:feign-slf4j 13.9.1 13.9.3
io.github.openfeign:feign-okhttp 13.9.1 13.9.3

Updates io.swagger.core.v3:swagger-models from 2.2.43 to 2.2.44

Updates io.swagger.core.v3:swagger-core from 2.2.43 to 2.2.44

Release notes

Sourced from io.swagger.core.v3:swagger-core's releases.

Swagger-core 2.2.44 released!

  • fix: add empty default value (#4838) (#5063)
  • fix: null values in examples, example and default (#4339, #4229) (#5060)
  • fix: do not set schema.nullable for OAS 3.1 (#5059)
  • fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#5055)
  • fix: OAS 3.1 schema generation for raw Object properties (#5034)
  • feat: Multiple SecurityRequirement annotations with AND condition #3556 (#5025)
  • bug fix propertyNames schema is not removed as unreferenced by SpecFilter #5017 (#5020)
  • 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#5018)
Commits
  • 3bca869 prepare release 2.2.44 (#5068)
  • 6143bee fix: calculate sibling properties based upon whether the schema is the array ...
  • 6043dd5 fix: handle empty default value (#4838) (#5063)
  • 3b67c86 fix: null values in examples, example and default (#4339, #4229)
  • 8c5351c fix: null values in examples, example and default (#4339, #4229)
  • abf2a4e feat: Multiple SecurityRequirement annotations with AND condition #3556 (#5025)
  • 76cee58 fix: do not set schema.nullable for OAS 3.1
  • ddb11b1 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#5018, #4...
  • 0c6fe0d fix propertyNames schema not removed as unreferenced by specFilter (#5017)
  • fe918cc fix: ensure explicit types override inferred object type and fix properties o...
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-core from 2.2.43 to 2.2.44

Release notes

Sourced from io.swagger.core.v3:swagger-core's releases.

Swagger-core 2.2.44 released!

  • fix: add empty default value (#4838) (#5063)
  • fix: null values in examples, example and default (#4339, #4229) (#5060)
  • fix: do not set schema.nullable for OAS 3.1 (#5059)
  • fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#5055)
  • fix: OAS 3.1 schema generation for raw Object properties (#5034)
  • feat: Multiple SecurityRequirement annotations with AND condition #3556 (#5025)
  • bug fix propertyNames schema is not removed as unreferenced by SpecFilter #5017 (#5020)
  • 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#5018)
Commits
  • 3bca869 prepare release 2.2.44 (#5068)
  • 6143bee fix: calculate sibling properties based upon whether the schema is the array ...
  • 6043dd5 fix: handle empty default value (#4838) (#5063)
  • 3b67c86 fix: null values in examples, example and default (#4339, #4229)
  • 8c5351c fix: null values in examples, example and default (#4339, #4229)
  • abf2a4e feat: Multiple SecurityRequirement annotations with AND condition #3556 (#5025)
  • 76cee58 fix: do not set schema.nullable for OAS 3.1
  • ddb11b1 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#5018, #4...
  • 0c6fe0d fix propertyNames schema not removed as unreferenced by specFilter (#5017)
  • fe918cc fix: ensure explicit types override inferred object type and fix properties o...
  • Additional commits viewable in compare view

Updates io.github.openfeign:feign-core from 13.9.1 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

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

Updates io.github.openfeign:feign-jackson from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-jackson'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

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

Updates io.github.openfeign:feign-slf4j from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-slf4j'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

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

Updates io.github.openfeign:feign-okhttp from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-okhttp'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

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

Updates io.github.openfeign:feign-jackson from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-jackson'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

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

Updates io.github.openfeign:feign-slf4j from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-slf4j'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

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

Updates io.github.openfeign:feign-okhttp from 13.9.1 to 13.9.3

Release notes

Sourced from io.github.openfeign:feign-okhttp'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

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 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 other-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-models | `2.2.43` | `2.2.44` |
| [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) | `2.2.43` | `2.2.44` |
| [io.github.openfeign:feign-core](https://github.com/openfeign/feign) | `13.9.1` | `13.9.3` |
| [io.github.openfeign:feign-jackson](https://github.com/openfeign/feign) | `13.9.1` | `13.9.3` |
| [io.github.openfeign:feign-slf4j](https://github.com/openfeign/feign) | `13.9.1` | `13.9.3` |
| [io.github.openfeign:feign-okhttp](https://github.com/openfeign/feign) | `13.9.1` | `13.9.3` |


Updates `io.swagger.core.v3:swagger-models` from 2.2.43 to 2.2.44

Updates `io.swagger.core.v3:swagger-core` from 2.2.43 to 2.2.44
- [Release notes](https://github.com/swagger-api/swagger-core/releases)
- [Commits](swagger-api/swagger-core@v2.2.43...v2.2.44)

Updates `io.swagger.core.v3:swagger-core` from 2.2.43 to 2.2.44
- [Release notes](https://github.com/swagger-api/swagger-core/releases)
- [Commits](swagger-api/swagger-core@v2.2.43...v2.2.44)

Updates `io.github.openfeign:feign-core` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-jackson` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-slf4j` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-okhttp` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-jackson` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-slf4j` from 13.9.1 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.9.1...13.9.3)

Updates `io.github.openfeign:feign-okhttp` from 13.9.1 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.9.1...13.9.3)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-core
  dependency-version: 2.2.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-core
  dependency-version: 2.2.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-core
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: 13.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
...

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 5, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2026

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.

0 participants