Skip to content

Bump the minor-or-patch group with 2 updates#763

Merged
dennisvang merged 1 commit into
developfrom
dependabot/maven/minor-or-patch-df0d3bea7c
Sep 4, 2025
Merged

Bump the minor-or-patch group with 2 updates#763
dennisvang merged 1 commit into
developfrom
dependabot/maven/minor-or-patch-df0d3bea7c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-or-patch group with 2 updates: org.springdoc:springdoc-openapi-starter-webmvc-ui and com.puppycrawl.tools:checkstyle.

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.11 to 2.8.12

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.12 released!

Changed

  • Upgrade swagger-ui to v5.28.0
  • Upgrade commons-lang3 to v3.18.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

Full Changelog: springdoc/springdoc-openapi@v2.8.11...v2.8.12

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.12] - 2025-09-01

Changed

  • Upgrade swagger-ui to v5.28.0
  • Upgrade commons-lang3 to v3.18.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
Commits
  • 493cc68 [maven-release-plugin] prepare release v2.8.12
  • 8ef9eb8 CHANGELOG.md update
  • bc4ba68 upgrade commons-lang3 to v3.18.0
  • 8741823 upgrade swagger-ui to v5.28.0
  • 8d85e0e Duplicate key class Parameter when documenting two GET methods with same path...
  • 4d505d6 @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with...
  • 3190ae2 Parameter is now required after upgrading to springdoc-openapi 2.8.10. Fixes ...
  • 74dcd4f [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

checkstyle-11.0.1

Checkstyle 11.0.1 - https://checkstyle.org/releasenotes.html#Release_11.0.1

Bug fixes:

#3110 - some messages are still hardcoded in english #17563 - Google style: No proper way to check if the reason for swallowing the exception is actually appropriate #17551 - Missing violations on Unicode and Octal values of \s #17501 - Google style: Word TODO of Todo comment must be in all caps

Commits
  • 93dd00f [maven-release-plugin] prepare release checkstyle-11.0.1
  • 9160446 doc: release notes for 11.0.1
  • 88f7085 Issue #3110: Remaining hardcoded english in DefaultLogger.java is translated ...
  • 4dd7ff6 Issue #3110: Remaining hardcoded english in Checker.java is translated in mes...
  • 17c6e37 supplemental: Documentation to disable LineLength Check on Text-blocks
  • 1e22276 Issue #17701: update Cirrus CI configuration to use Temurin JDK instead of Op...
  • 8a5fbf6 Issue #17429: Replacing JDK Back to 17 In Gradle Build to Fix CI
  • af5ae24 dependency: bump actions/setup-java from 4 to 5
  • f1084a7 supplemental: IT covering test methods names containing underscores
  • 8f937b6 Revert "Issue #17104: migrate IDEA inpection in CI to 2025.2"
  • 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 minor-or-patch group with 2 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.11 to 2.8.12
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.11...v2.8.12)

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

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-or-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-or-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Related to dependencies label Sep 2, 2025
@dennisvang
dennisvang merged commit 549265f into develop Sep 4, 2025
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/minor-or-patch-df0d3bea7c branch September 4, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant