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.7.3.Final to 2.7.4.Final #265

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps quarkus-bom from 2.7.3.Final to 2.7.4.Final.

Release notes

Sourced from quarkus-bom's releases.

2.7.4.Final

Complete changelog

  • #24186 - Update OpenApiRecorder to recommend using quarkus.http.cors
  • #24182 - Change protocol name to TLS in QuarkusRestClientBuilder
  • #24180 - Fix openapi service loader issue in native mode
  • #24178 - Check FormAuthentication location cookie
  • #24177 - Small native reference guide updates
  • #24173 - Close the app bootstrapped in generate-code-tests
  • #24170 - Apicurio hide static openapi document
  • #24169 - Fix URISyntaxException on Span name extraction
  • #24167 - Make ReactiveClientHeadersFactory replace headers instead of adding - backport to 2.7
  • #24166 - [Qute] Custom default value is ignored in {config:boolean } rendering
  • #24165 - Qute - fix evaluation for multiple matching namespace resolvers
  • #24159 - Respect quarkus.container-image.push=true in container-image-docker for native build
  • #24158 - Avoid NPE when RESTEasy Reactive is used together with the classic REST client
  • #24154 - Update WebClient used by DevServices for Keycloak to trust Keycloak
  • #24151 - Explicitly request a serializer in writeTo()
  • #24147 - Upgrade to JReleaser 1.0.0-M3
  • #24146 - Including quarkus-apicurio-registry-avro pollutes the OpenAPI / Swagger UI with non-working endpoints and data types
  • #24143 - Fixing the rabbitmq-reference guide issue in code
  • #24142 - Fix Apicurio dev service url, prepend http:// as the schema is not present in the resolved address
  • #24141 - Close VirtualBootstrap channel on dev-mode restart
  • #24138 - Prevent NPE when a JAX-RS method returns a Multi and does not declare @​Produces
  • #24135 - Documentation - Oracle Reactive client as tech preview
  • #24134 - Properly captures and restores the vert.x context in the reactive REST Client
  • #24132 - No OASFactoryResolver implementation found! when running native application
  • #24130 - quarkus.oidc.tls.verification can not work in dev mode
  • #24122 - Fix formatting
  • #24120 - Dependency order in pom.xml - NPE during headers writing
  • #24106 - Rectify bad class formats in some cases
  • #24103 - Fix smallrye.jwt.verify.algorithm property description
  • #24094 - Skip modules with no pom.xml during workspace discovery logging a warning
  • #24088 - Live Reload is Failing
  • #24083 - Documentation - More tabs work and other boring changes
  • #24082 - Upgrade to Infinispan 13.0.6.Final
  • #24080 - Correct import path BcryptUtil
  • #24079 - Bump adal4j version to 1.6.7
  • #24077 - Improved Kubernetes config docs
  • #24068 - OpenShift: Fix image pull policy property
  • #24065 - Bump agroal.version from 1.14 to 1.15
  • #24063 - Verify OIDC WebClient works with the host verification
  • #24055 - Resteasy Reactive: Support use of optional with list/set/sortedset
  • #24050 - Prevent a malformed URI from hanging the Reactive REST Client
  • #24042 - RestClient reactive hangs forever when url is invalid
  • #24013 - Native reference guide updates
  • #24008 - Apicurio Registry DevService cannot be used by multiple Quarkus services
  • #23898 - Can't use Optional with List with @​QueryParam with reasteasy controller
  • #23837 - Native Reference Guide: Instructions to get a thread dump

... (truncated)

Commits
  • c93916c [RELEASE] - Bump version to 2.7.4.Final
  • 17095d2 CLI install - Improve things and use tabs
  • 3791ec0 fix cli install
  • 347e17f Merge pull request #24190 from gsmet/2.7.4-backports-2
  • 191c301 Change protocol name to TLS in QuarkusRestClientBuilder
  • b12ba70 Update OpenApiRecorder to recommend using quarkus.http.cors
  • 210bb87 Check FormAuthentication location cookie
  • 5711bef Qute - fix evaluation for multiple matching namespace resolvers
  • 9742a40 OpenAPI update to 2.1.21
  • 9347729 Fix openapi service loader issue in native mode
  • 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.7.3.Final to 2.7.4.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.7.3.Final...2.7.4.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 Mar 10, 2022
@metacosm metacosm merged commit 3637ac2 into main Mar 10, 2022
@metacosm metacosm deleted the dependabot/maven/io.quarkus-quarkus-bom-2.7.4.Final branch March 10, 2022 08:00
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