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 quarkus-bom from 2.5.0.Final to 2.5.1.Final #162

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2021

Bumps quarkus-bom from 2.5.0.Final to 2.5.1.Final.

Release notes

Sourced from quarkus-bom's releases.

2.5.1.Final

Complete changelog

  • #21820 - Move quarkus-devtools-testing to the quarkus-bom as it's used for extension dev
  • #21813 - Updated SmallRye OpenAPI to 2.1.16
  • #21804 - Bump gizmo from 1.0.9.Final to 1.0.10.Final
  • #21797 - Base64 encode correctly in mock event server
  • #21787 - Qute type-safe validation - honor the TemplateAttribute annotations
  • #21786 - Prevent ugly exceptions when shutting down lambda application in dev-mode
  • #21783 - Fix GraalVM version pattern matching and add test for isJava17
  • #21779 - Qute unable to find template extension methods with @​TemplateAttribute annotation
  • #21778 - Resteasy Reactive: Inspect class tree for @​BeanParam to find annotations
  • #21773 - Dev UI - fix config namespace resolver
  • #21764 - Add import to docs
  • #21763 - Fix exception wrapping issue with SecurityHandler
  • #21759 - BeanParam extending another class fails in RESTClient
  • #21755 - Using Kotlin guide test fail
  • #21753 - Fix Reactive Messaging build time wiring connector attribute types
  • #21744 - Take multiple Accept headers case into account in RESTEasy Reactive
  • #21737 - Qute documentation: removed incorrect static keyword
  • #21733 - Qute namespace extensions - fix a NPE when a param resolves to null
  • #21728 - Fix rest client invalid config message
  • #21725 - Take into account entity-PU assignments in Hibernate ORM even if there is only one PU
  • #21714 - Fix IndexOutOfBoundsException in Qute DevUI
  • #21713 - java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  • #21710 - Get OIDC recover from the connection failure if the discovery is disabled
  • #21709 - Rest client config - avoid warnings about unrecognized config keys
  • #21708 - quarkus.rest-config instead of quarkus.rest-client
  • #21706 - Startup fails if OIDC provider is not available
  • #21705 - Qute Dev UI - fix the preview page
  • #21698 - Quarkus throws warnings about quarkus.rest-client configuration after #21530
  • #21695 - Resteasy Reactive: Use uri.getRawQuery instead of uri.getQuery
  • #21692 - Copy default methods of a RestClient Reactive interface to the generated class
  • #21691 - Cannot resolve config property referenced in dev-console card template
  • #21689 - Resteasy Reactive - Avoid NPE when using runtime converters
  • #21682 - quarkus.hibernate-orm.packages not working
  • #21679 - @​RolesAllowed wrap all exception with RuntimeException of asynchronous rest client when CompletionStage is not created
  • #21674 - interceptor bound to a non-RestClient method on a RestClient interface is not called with RestClient Reactive
  • #21673 - Propagate the Maven settings argument when testing codestart-generated projects
  • #21670 - Upgrade to MySQL JDBC driver 8.0.27
  • #21669 - Upgrade to MySQL JDBC driver 8.0.27
  • #21668 - Remove dot from guide title
  • #21667 - Spring Data: Fix interface projection using Page and Slice
  • #21665 - Set produced Logger as DefaultBean
  • #21664 - Resteasy Reactive - Using BeanParam with custom paramconverter throws NPE
  • #21662 - Fixed azure config function.json file to be properly handled by the Azure functions http maven archetype
  • #21655 - Fix InputStream handling as Response entity in RESTEasy Classic
  • #21640 - Ensure that Derby Dev Services works properly
  • #21639 - Devservices derby doesn't start because of missing resource bundle

... (truncated)

Commits
  • d88d871 [RELEASE] - Bump version to 2.5.1.Final
  • bbcb89b Move quarkus-devtools-testing to the quarkus-bom as it's used for extension d...
  • f7747a4 Merge pull request #21829 from gsmet/2.5.1-backports-3
  • ee0685e Copy default methods of a RestClient Reactive interface to the generated class
  • 6a9baf5 Updated SmallRye OpenAPI to 2.1.16
  • 025f7d6 Qute type-safe validation - honor the TemplateAttribute annotations
  • 565784b Get OIDC recover from the connection failure if the discovery is disabled
  • fc109ca Bump gizmo from 1.0.9.Final to 1.0.10.Final
  • 9b58468 Base64 encode correctly in mock event server
  • c565361 Fix GraalVM version pattern matching and add test for isJava17
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [quarkus-bom](https://github.com/quarkusio/quarkus) from 2.5.0.Final to 2.5.1.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.5.0.Final...2.5.1.Final)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2021
@metacosm metacosm merged commit 93a1293 into main Dec 2, 2021
@metacosm metacosm deleted the dependabot/maven/io.quarkus-quarkus-bom-2.5.1.Final branch December 2, 2021 08:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant