Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the maven-deps group with 7 updates #248

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the maven-deps group with 7 updates:

Package From To
software.amazon.awssdk:bom 2.30.16 2.30.21
org.kohsuke:github-api 1.326 1.327
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.4 2.8.5
org.apache.tomcat.embed:tomcat-embed-jasper 11.0.2 11.0.3
software.amazon.awssdk:rds 2.30.16 2.30.21
software.amazon.awssdk:s3 2.30.16 2.30.21
software.amazon.awssdk:sqs 2.30.16 2.30.21

Updates software.amazon.awssdk:bom from 2.30.16 to 2.30.21

Updates org.kohsuke:github-api from 1.326 to 1.327

Release notes

Sourced from org.kohsuke:github-api's releases.

v1.327 🌈

Backport of changes from https://github.com/hub4j/github-api/releases/tag/github-api-2.0-alpha-3

Commits
  • 9cdb270 Prepare release (bitwiseman): github-api-1.327
  • 8850efc Merge pull request #2019 from bitwiseman/backport/main-1.x
  • af54d2c Improve code coverage
  • 38ca010 Fix tests
  • 630078b Test fixes for 1.x backport
  • cad279e Merge remote-tracking branch 'upstream/main' into backport/main-1.x
  • 3fc0451 Merge pull request #2018 from hub4j/staging/main
  • 6898869 Prepare for next development iteration
  • fd85f91 Prepare release (bitwiseman): github-api-2.0-alpha-3
  • 33c39f3 List app installation requests endpoint (#2012)
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5

Release notes

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

springdoc-openapi v2.8.5 released!

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.4...v2.8.5

Changelog

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

[2.8.5] - 2025-02-16

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.
Commits
  • 9006225 [maven-release-plugin] prepare release v2.8.5
  • 2186984 CHANGELOG.md update for 2.8.5
  • f4e632b Do not require JsonSubType annotation for sealed classes #2696
  • 7c0229f Merge branch 'sahil-ramagiri-sealed-classes'
  • 8f98a39 PR review
  • a329910 Schema replaced by String when using @​ApiResponse with RepresentationModel (H...
  • cdfaf63 Restentpoints with same name get mix up. Fixes #2876
  • ee5ab03 Restentpoints with same name get mix up. Fixes #2876
  • 0775180 Restentpoints with same name get mix up. Fixes #2876
  • 54ea28e Merge pull request #2898 from lorenzbaier/native-runtime-hints
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-jasper from 11.0.2 to 11.0.3

Updates software.amazon.awssdk:rds from 2.30.16 to 2.30.21

Updates software.amazon.awssdk:s3 from 2.30.16 to 2.30.21

Updates software.amazon.awssdk:sqs from 2.30.16 to 2.30.21

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 maven-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:bom | `2.30.16` | `2.30.21` |
| [org.kohsuke:github-api](https://github.com/hub4j/github-api) | `1.326` | `1.327` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.4` | `2.8.5` |
| org.apache.tomcat.embed:tomcat-embed-jasper | `11.0.2` | `11.0.3` |
| software.amazon.awssdk:rds | `2.30.16` | `2.30.21` |
| software.amazon.awssdk:s3 | `2.30.16` | `2.30.21` |
| software.amazon.awssdk:sqs | `2.30.16` | `2.30.21` |


Updates `software.amazon.awssdk:bom` from 2.30.16 to 2.30.21

Updates `org.kohsuke:github-api` from 1.326 to 1.327
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](hub4j/github-api@github-api-1.326...github-api-1.327)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5
- [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.4...v2.8.5)

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 11.0.2 to 11.0.3

Updates `software.amazon.awssdk:rds` from 2.30.16 to 2.30.21

Updates `software.amazon.awssdk:s3` from 2.30.16 to 2.30.21

Updates `software.amazon.awssdk:sqs` from 2.30.16 to 2.30.21

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-deps
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: software.amazon.awssdk:rds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-deps
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged automatically by Planet CI.

@github-actions github-actions bot merged commit 4d0d764 into main Feb 17, 2025
8 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-deps-7cc2b79035 branch February 17, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants