Skip to content

chore(deps): bump the openapitools group across 1 directory with 2 updates#1251

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/openapitools-f4bbdd5b2b
Open

chore(deps): bump the openapitools group across 1 directory with 2 updates#1251
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/openapitools-f4bbdd5b2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the openapitools group with 2 updates in the / directory: org.openapitools:jackson-databind-nullable and org.openapitools:openapi-generator.

Updates org.openapitools:jackson-databind-nullable from 0.2.8 to 0.2.10

Release notes

Sourced from org.openapitools:jackson-databind-nullable's releases.

v0.2.10 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.9...v0.2.10

v0.2.9 released

What's Changed

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.8...v0.2.9

Commits
  • e2082cd 0.2.10 release (#133)
  • 6b478ac Bump actions/cache from 5.0.3 to 5.0.4 (#130)
  • 9360273 Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 (#132)
  • e46a207 Bump com.fasterxml.jackson:jackson-base from 2.21.1 to 2.21.2 (#131)
  • 1b27d31 Bump tools.jackson:jackson-bom from 3.0.4 to 3.1.0 (#128)
  • 71452a9 Implement Jackson3 support and maintain Jackson2 support (#117)
  • 803978e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 (#124)
  • 30524cf Bump com.fasterxml.jackson:jackson-base from 2.21.0 to 2.21.1 (#123)
  • efe9f00 Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 (#122)
  • a444772 Bump org.junit:junit-bom from 5.14.2 to 5.14.3 (#121)
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator from 7.20.0 to 7.23.0

Release notes

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

v7.23.0 released

v7.23.0 stable release (breaking changes with fallbacks) comes with 170+ enhancements and bug fixes.

This release comes with 2 breaking changes (with fallback):

  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) #23680
  • fix(Kotlin): use the global apiNamePrefix and apiNameSuffix settings instead of apiSuffix (generator's option) (Breaking change (with fallback)) #23926

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

General

  • Normalizer: new rule LOOSE_NULL_DEFINITIONS to allow more null definitions in 3.0 spec. #23932
  • fix(InlineModelResolver): prevent numbered duplicate models from multi-file OAS 3.1 specs #23856
  • fix(core): normalize OAS 3.1 content media schemas #23851
  • [GRADLE-WRAPPER] feat: add configurable worker isolation and max heap size for code generation #23648 by
  • [GRADLE-WRAPPER] bug fix - pass maven java_home to gradle correctly #23646
  • Add security schemes filter normalizer option #23174

C#

  • [csharp][generichost] Deserialize present-but-null nullable enums #23912
  • [csharp] Fix HTTP signature auth failure on .NET 8 when query params contain special characters #23714
  • [csharp][restsharp] add throwOnAnyError option to surface client errors #23663
  • Fix/csharp reserved headers and file parameter not serialising correctly #23593
  • [csharp] Extend HostConfiguration with additional AddApiHttpClients signatures #22500

Dart

  • feat(dart): make requests abortable #23930
  • [Dart] Preserve uppercase names with trailing digits #23894
  • [BUG][DART] fix nullable nested array item handling #23365

Go

  • fix(go): avoid duplicate unknown enum defaults #23909
  • [go] support io.Reader and []byte response types in client decode #23789

Java

  • [Java][restclient] Build XmlMapper via builder when useJackson3=true #23872
  • [Java] [vertx] Allow PoolOptions configuration when vertx 5 #23829
  • feat(java/jersey3): add jackson 3 support #23819
  • feat(java/jersey3): Update jakarta annotation and validation libs #23810
  • [JAVA-SPRING] spring http interface library should support 'useBeanValidation' #23803
  • [jaxrs-spec][quarkus] Emit @​PermitAll for unauthenticated operations (op/global empty security, anonymous OR alternative, no security defined) #23782
  • [JavaJaxRS] [CXF] Add Support for Jackson3 #23767
  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({scope}) for OAuth2 and OpenID Connect operations with explicit scopes #23752
  • [jaxrs-spec][quarkus] - Add CLI flag (useQuarkusSecurityAnnotations) to enable emitting security annotation (@​Authenticated, @​RolesAllowed, @​PermitAll) #23699
  • [JAVA-SPRING;KOTLIN-SPRING] feature - add support for 'substituteGenericPagedModel' also for 'spring-cloud' libraries #23690
  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) #23680
  • [jaxrs-spec][quarkus]: Emit @​ResponseStatus annotation for 2XX success codes #23673
  • [Java] [vertx] Make supportVertxFuture compatible with vertx 5 #23660
  • Fix Jspecify nullable issue with spring boot 4 #23649
  • [java][spring] fix: disableDiscriminatorJsonIgnoreProperties not working #23640
  • [java] Support 'time-local' format #23555

... (truncated)

Commits
  • b9d967a v7.23.0 release (#23970)
  • 153d80f update C# samples
  • 5e44ee2 [csharp] Extend HostConfiguration with additional AddApiHttpClients signature...
  • 3aa0504 update kotlin-spring samples
  • 71e1fef fix(kotlin-spring): preserve 'default' response code in postProcessOperations...
  • 417840c [csharp][generichost] Deserialize present-but-null nullable enums (#23912)
  • da8c31c fix(dart): Optional<T> fromJson wrapping (#23811)
  • 3272a73 update scala samples
  • 170778a fix(InlineModelResolver): prevent numbered duplicate models from multi-file O...
  • 17a4d96 fix: add missing swagger2 tags import in rest-assured api.mustache (#23285) (...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 20, 2026
…dates

Bumps the openapitools group with 2 updates in the / directory: [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) and [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator).


Updates `org.openapitools:jackson-databind-nullable` from 0.2.8 to 0.2.10
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@v0.2.8...v0.2.10)

Updates `org.openapitools:openapi-generator` from 7.20.0 to 7.23.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/release-summary.md)
- [Commits](OpenAPITools/openapi-generator@v7.20.0...v7.23.0)

---
updated-dependencies:
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-version: 0.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapitools
- dependency-name: org.openapitools:openapi-generator
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openapitools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title chore(deps): bump the openapitools group with 2 updates chore(deps): bump the openapitools group across 1 directory with 2 updates Jun 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/openapitools-f4bbdd5b2b branch from 5070830 to 7625c8d Compare June 12, 2026 09:04
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