Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps the production-minor-patch group with 4 updates: org.openapitools:openapi-generator, io.swagger.core.v3:swagger-models, com.puppycrawl.tools:checkstyle and org.apache.httpcomponents.client5:httpclient5.

Updates org.openapitools:openapi-generator from 7.15.0 to 7.16.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.16.0 released

v7.16.0 stable release comes with 100+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

The community also contributed 3 new generators in this release:

  • [python] add async httpx support Client: Python #22021
  • feat: Add Java Dubbo code generator for Apache Dubbo microservices #21968
  • New generator for Scala3 + sttp4 + jsoniter-scala #21908

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Update commons related dependencies to newer versions #21980
  • Correctly annotate Gradle task in- & outputs and enable stricter plugin validation #21957
  • Support normalizing anyof/oneof enum constraints to a single enum #21917
  • feat: add support for minimal-update option in maven plugin #21872
  • Update swagger parser to 2.1.32 #21818
  • Fix bug in ModelUtils.getParentName resulting in wrong inner Models for oneOf-composed schemas #21799
  • [3.1] Fixed lack of check for booleanSchemaValue #21742

Bash

  • [bash] Drop old client.sh from petstore sample #21987
  • [bash] Fix issue where paste command doesn't work on Mac #21986

C#

  • Fix visibility for enum in C# generator #21984
  • [C#] Fixes array TypeDeclaration parsing order to fix deep aliases #21600

Dart

  • [dart-dio][timemachine] Bugfix: saving offset_date_serializer instead of local_date_serialize #21974
  • Add skipCopyWith option for dart-dio #21816

Kotlin

  • fix(kotlin-spring): add missing constructor parentheses for hashmap models #22029
  • [kotlin] Fix enum defaultValue in query parameters with schema reference #22002
  • [kotlin][client] remove old deprecated apis #21988
  • [kotlin-spring][server] Feat: Allow implementation of arbitrary interface in DTOs (similar to x-implements from java-spring) #21950
  • Fix missing @​Serializable on enums for kotlin/jvm-retrofit2 #21907
  • [kotlin-client] Fix string comparison in discriminator post-processing #21881
  • [kotlin-client] update Kotlin and libraries versions #21866
  • Kotlin Multiplatform polymorphism with custom discriminator support #21772

Go

  • go: Fix missing imports for optional body params #22014
  • feat(golang): support for wrapped and xml name #21899

Java

  • [JAVA] Add vendorExtensions.x-class-extra-annotation to oneOf interfaces #22020
  • [cxf] add support for Swagger2 #22010
  • [java] Fix annotationLibrary option being ignored #21992
  • [Java] [Spring-client] Exclude discriminator from nullable annotation #21981

... (truncated)

Commits
  • c0b72ee update readme with 7.16.0
  • ee76a05 v7.16.0 release (#22039)
  • 30096d6 Revert "fix(rust): Add anyOf support to Rust client generator (#21896)" (#22038)
  • 44a3be1 fix(kotlin-spring): add missing constructor parentheses for hashmap models (#...
  • e38f6c0 [Rust-Axum] Support AnyOf, AllOf (#21948)
  • 2afac1a [typescript-axios]: withSeparateModelsAndApi handles importFileExtension ...
  • bab5ca2 [python] add async httpx support (#22021)
  • c1931c1 Add tests with optional body for go-server (#22034)
  • d8d9744 go: Fix missing imports for optional body params. (#22014)
  • dc0d5c6 replace deprecated 'typings' field with standard 'types' in package.json (#21...
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-models from 2.2.37 to 2.2.38

Updates com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-11.1.0

Checkstyle 11.1.0 - https://checkstyle.org/releasenotes.html#Release_11.1.0

New:

#17451 - false-negative: whitespace between type annotation and array declarator or ellipsis

Bug fixes:

#17540 - Annotation location rule is not enforced in package-info.java file #17507 - Google style: Missing support for multipart versioning format using underscores in method names #17778 - Add support to properly follow Rule 7.1.1 General Form in Google Style Guide Implementation #17825 - --generate-checks-and-files-suppression option generates invalid XML #13048 - JavadocTagContinuationIndentation: missing support to arbitrary indentation in <pre> tags #11867 - LineLength gets triggered on multi-line strings for Google Checks

Commits
  • aa944a0 [maven-release-plugin] prepare release checkstyle-11.1.0
  • 64a4b38 doc: release notes for 11.1.0
  • 17343cb Issue #17540: Enforce Annotation location rule in package-info.java
  • 5d52248 Issue #17507: Add support for multipart versioning format using underscores
  • c6c226c Issue #14631: Update SLASH token documentation to match new AST format
  • 62627bd Issue #17778: Added JavadocLeadingAsteriskAlign Check in google_checks.xml fo...
  • a7149ee Issue #17507: Add support for underscores in class name
  • 1c22f5b Issue #17834: Fix DTD in suppressions.xml example
  • 974bf37 Issue #14631: Fixed Token docs
  • 97d8d50 minor: Bump version to 11.1.0-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.5 to 5.5.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.5.1

This is a maintenance release that fixes several defects in the connection management code and a regression in the DIGEST authentication reported since the previous release. It also upgrades HttpCore to version 5.3.6.

Change Log

  • HTTPCLIENT-2391: Improved GRACEGUL shutdown of ExecutorService used internally by async clients. Contributed by Oleg Kalnichevski

  • Bug fix: Use a 1 second timeout when closing out connections inside a connection pool lock. Contributed by Oleg Kalnichevski

  • Clarified the behavior of the protocol-level responseTimeout and the connection management level socketTimeout and their interrelation. Contributed by ChangYong

  • Bug fix: Connection managers to ensure open connections have a socket timeout set based on ConnectionConfig upon lease. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2393: Remove rspauth attribute from Authorization DIGEST header (#716) RFC 7616 compliance: rspauth is server-side (Authentication-Info 3.5) only. Contributed by Arturo Bernal

  • HTTPCLIENT-2386: Classic transport to use the connect timeout as a default if the TLS timeout has not been explicitly set. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2384: Socket options related to TcpKeepAlive are ignored. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2371: Logging of request re-execution at INFO priority. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2379: Fixed a defect in H2SharingConnPool causing an IllegalStateException when releasing the same connection from multiple threads. (#663) Contributed by Arturo Bernal abernal@apache.org

  • Fixed the behavior of the validateAfterInactivity connection setting by the async connection manager. Contributed by Ryan Schmitt

  • HTTPCLIENT-2376: Fixed the problem with ContentCompressionExec not taking acceptEncoding parameter into account.

... (truncated)

Commits
  • 6a3d332 HttpClient 5.5.1 release
  • 66dea80 Updated release notes for HttpClient 5.5.1 release
  • 61f21a5 Upgraded HttpCore to version 5.3.6
  • 694394c HTTPCLIENT-2391: improved GRACEGUL shutdown of ExecutorService used internall...
  • 038b74f Bug fix: Use 1 second timeout when closing out connections inside a connectio...
  • 6675520 Clarify behavior of the protocol level responseTimeout and the connection man...
  • cb2ccda Bug fix: connections managers to ensure open connections have socket timeout ...
  • 4466cca HTTPCLIENT-2393 - remove rspauth from Authorization (#716)
  • da1a8e0 Imporved TestAsyncClient wiring; added internal methods to get the underlying...
  • ab40ec9 Upgraded HttpCore to version 5.3.5
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 production-minor-patch group with 4 updates: [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator), io.swagger.core.v3:swagger-models, [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client).


Updates `org.openapitools:openapi-generator` from 7.15.0 to 7.16.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.15.0...v7.16.0)

Updates `io.swagger.core.v3:swagger-models` from 2.2.37 to 2.2.38

Updates `com.puppycrawl.tools:checkstyle` from 11.0.1 to 11.1.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-11.0.1...checkstyle-11.1.0)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5 to 5.5.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.5...rel/v5.5.1)

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-version: 7.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

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 Sep 30, 2025
@bot-sdk-js bot-sdk-js enabled auto-merge (squash) September 30, 2025 10:19
@bot-sdk-js bot-sdk-js merged commit e53ded8 into main Sep 30, 2025
14 checks passed
@bot-sdk-js bot-sdk-js deleted the dependabot/maven/main/production-minor-patch-294ca388ed branch September 30, 2025 10:21
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