Skip to content

chore: [DevOps] bump the production-minor-patch group with 5 updates#852

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/production-minor-patch-03e68cbfd5
Open

chore: [DevOps] bump the production-minor-patch group with 5 updates#852
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/production-minor-patch-03e68cbfd5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-minor-patch group with 5 updates:

Package From To
com.github.javaparser:javaparser-core 3.28.0 3.28.1
org.openapitools:openapi-generator 7.21.0 7.22.0
com.puppycrawl.tools:checkstyle 13.4.1 13.4.2
org.apache.tomcat.embed:tomcat-embed-core 11.0.21 11.0.22
org.apache.tomcat.embed:tomcat-embed-websocket 11.0.21 11.0.22

Updates com.github.javaparser:javaparser-core from 3.28.0 to 3.28.1

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.28.1

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

Fixed

Uncategorised

  • Add comprehensive test suite for lexical preserving printer rules (PR #4957 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

Changelog

Sourced from com.github.javaparser:javaparser-core's changelog.

Version 3.28.1

issues resolved

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

Fixed

Uncategorised

  • Add comprehensive test suite for lexical preserving printer rules (PR #4957 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

Commits
  • f3eec10 [maven-release-plugin] prepare release javaparser-parent-3.28.1
  • 73a872a update readme
  • dd85a9c Update changelog
  • e4fbb05 Merge pull request #4994 from javaparser/renovate/codecov-codecov-action-6.x
  • e2ee251 chore(deps): update codecov/codecov-action action to v6
  • d8ea322 fix(grammar): allow empty component list in RecordPattern
  • b3b12a3 fix(grammar): allow empty component list in RecordPattern
  • 1f5ee1a fix(deps): update dependency org.javassist:javassist to v3.31.0-ga (#5006)
  • 88b1028 fix(deps): update dependency org.checkerframework:checker-qual to v3.55.1 (#5...
  • ede7f68 fix(deps): update dependency com.google.guava:guava to v33.6.0-jre (#5003)
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator from 7.21.0 to 7.22.0

Release notes

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

v7.22.0 released

v7.22.0 stable release comes with 150+ enhancements and bug fixes.

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

General

  • refactor: centralize common schema checks in ModelUtils #23608
  • [CORE] : BUGFIX - prevent Stream closed on concurrent JAR access in TemplateManager #23596
  • Improve OneOf handling with new normalizer REPLACE_ONE_OF_BY_DISCRIMINATOR_MAPPING #23543
  • ci: upload openapi-generator-cli.jar as GitHub Release asset #23524
  • fix: preserve parent description when simplifying nullable anyOf/oneOf #23361
  • [GRADLE-PLUGIN] - Modernize plugin to use Lazy Configuration API #23042

C#

  • [csharp][generichost] Fix TokenBase race condition #23356
  • [csharp][generichost] Fix possible concatentation bug #23355
  • [csharp][generichost] Fix invalid implicit cast #23344
  • [csharp][generichost] Treat warnings as errors #23343
  • [csharp][generichost] Fix dateTimeOffset bug #23342
  • Marking a class abstract should not mark the methods abstract as well #23291
  • [csharp][generichost] Multiple oauth tokens #23264
  • [csharp] Support null types #23260

Crystal

  • [crystal] Fix empty auth_settings Hash literal #23625

Dart

  • [dart-dio] Fix json_serializable serialize template to support hasFormParams #23579
  • Fix wrong import statements in dart-dio when using import-mappings #23571
  • fix: Change Dart Serializer for MapBuilder to be nullable #23460
  • feat(dart-dio): add methods to remove auth tokens in api client #23386

Go

  • feat(go): add enumUnknownDefaultCase config option #23417

Java

  • Correct imports for RxJava2 and RxJava3. Add support for Vert.x 5. #23563
  • add support for sealed response interfaces for spring-declarative-http-interface #23549
  • [Java][jersey3] Add error entity deserialization to ApiException #23542
  • [Java] [apache-httpclient] Add support for Jackson3 for apache httpclient generator #23446
  • [Java][WebClient][RestClient] Standardize useAbstractionForFiles behavior to use Resource interface #23382
  • feat(spring): enable openApiNullable with useJackson3 #23331
  • [java] [Spring] useJspecify for java clients and spring generator #23256

Kotlin

  • [KOTLIN-SPRING;JAVA-SPRING] chore: upgrade spring boot 3 to 3.3.13 version #23591
  • [KOTLIN-SPRING] Add oneOf sealed interface support with discriminator #23574
  • fix [Kotlin]: handle nullable response.body in jvm-okhttp ApiClient #23515
  • [kotlin-server] Fix class names for useTags #23441
  • fix(kotlin-spring): use Jackson 3 annotation package in model imports #23406

... (truncated)

Commits
  • f4d1cb8 v7.22.0 release (#23641)
  • 8847c06 fix(kotlin-spring): add explicit Jackson 3 dependency versions for Spring Boo...
  • 80ea9e5 fix(python): Fix sanitize_for_serialization code generation for python client...
  • d99a8c9 Update axios to 1.15.2 (#23637)
  • 33ef2a0 [rust-axum] Fix uint32/uint64 type mapping (#23547)
  • 7275888 update normalizer doc with correct path to spec (#23636)
  • 0b1ac88 Improve OneOf handling with new normalizer REPLACE_ONE_OF_BY_DISCRIMINATOR_MA...
  • 568501f build(deps-dev): bump postcss (#23634)
  • ce59f5a fix: issue 23548 (add support for sealed response interfaces for spring-decla...
  • c90cfa7 fix(openapi-yaml): preserve format:byte examples (#23623)
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 13.4.1 to 13.4.2

Release notes

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

checkstyle-13.4.2

Checkstyle 13.4.2 - https://checkstyle.org/releasenotes.html#Release_13.4.2

Bug fixes:

#19709 - False-positive in Indentation check with yield switch statements. #19755 - Add checks for OpenJDK Style §4.3 - Method Names. #18438 - False positive: EmptyLineSeparator reports violation on method call.

Commits
  • 7fade3b [maven-release-plugin] prepare release checkstyle-13.4.2
  • 559c008 doc: release notes for 13.4.2
  • 8ff1f4f Issue #19772: Excluded plexus-utils due to vulnerability
  • 7de1768 dependency: bump checkerframework.version from 4.0.0 to 4.1.0
  • ff75c20 Issue #19764: Move violation comments out of Javadoc for javadoctype input files
  • 3db5753 Issue #19729: added formatting
  • 56c54ad Issue #19709: Fix Indentation false positive for nested yield switch expression
  • 04a55f7 Issue #19755: Added checks for OpenJDK Style §4.3 - Method Names
  • c1a3c48 Issue #12843: Activate disabled no-error validation jobs in CI
  • 2dce8d2 Issue #13740: Find a way to make example message skip par or message without ...
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-core from 11.0.21 to 11.0.22

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.21 to 11.0.22

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.21 to 11.0.22

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 production-minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.28.0` | `3.28.1` |
| [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) | `7.21.0` | `7.22.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.4.1` | `13.4.2` |
| org.apache.tomcat.embed:tomcat-embed-core | `11.0.21` | `11.0.22` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.21` | `11.0.22` |


Updates `com.github.javaparser:javaparser-core` from 3.28.0 to 3.28.1
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.28.0...javaparser-parent-3.28.1)

Updates `org.openapitools:openapi-generator` from 7.21.0 to 7.22.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.21.0...v7.22.0)

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

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.21 to 11.0.22

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.21 to 11.0.22

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.21 to 11.0.22

---
updated-dependencies:
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.openapitools:openapi-generator
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 11.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.22
  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 May 7, 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