cloudstark / quarkus-zalando-problem-extension

Quarkus extension for application/problem+json (RFC7807)
Apache License 2.0
4 stars 5 forks source link

Bump quarkus.platform.version from 1.5.2.Final to 1.13.6.Final #130

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps quarkus.platform.version from 1.5.2.Final to 1.13.6.Final. Updates quarkus-bom from 1.5.2.Final to 1.13.6.Final

Release notes

Sourced from quarkus-bom's releases.

1.13.6.Final

Major changes

Complete changelog

  • #17493 - Hibernate Validator - Work around Jandex issue in enclosingTarget()
  • #17472 - Introduce build item to override weak reflection semantics
  • #17464 - Fix the indentation of the smallrye-metrics example

1.13.5.Final

Major changes

  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows

Complete changelog

  • #17454 - Hibernate Validator - Fix container element constraints detection
  • #17452 - Injected Bean Validator has different behavior than the static default Hibernate one
  • #17433 - Add ChangeStreamDocument Mongo class for reflection
  • #17432 - MongoDB Client Extension - NullPointerException in native mode with ChangeStreamDocumentCodec
  • #17390 - Update SmallRye Config to 1.13.1
  • #17377 - Suspend GET requests as well
  • #17366 - Fix case of lost TCCL in dev-mode when RESTEasy Reactive reads the HTTP body
  • #17359 - Dev mode fails to reload classes when using reactive rest client
  • #17354 - ArC dev mode - fix business method invocations monitoring
  • #17352 - Depend on Keycloak 12.0.4 for the moment
  • #17333 - Bump xstream from 1.4.16 to 1.4.17
  • #17327 - WebSockets in Extensions
  • #17322 - Quarkus random ConcurrentModificationException
  • #17296 - Use StandardCharsets.UTF_8 where appropriate
  • #17294 - Add configuration reference to Deploying to OpenShift
  • #17278 - More config issues in Quarkus 1.13.4.Final
  • #17216 - Resteasy hangs on null header
  • #17202 - Workaround jpa-oracle failure when using Mandrel
  • #17199 - Honor GenerateResourceBuildItem while building UberJar
  • #17179 - Keycloak Authorization 'policy-enforcer.lazy-load-paths=true' regression
  • #17168 - Null as HTTP header value results in hanging thread
  • #16999 - Fix case where REST Client returns JAX-RS Response from a JAX-RS endpoint
  • #16277 - Update aws-sdk to 2.16.36
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16233 - Maven 3.8.1 update causes warning
  • #16139 - [native] 1.13.0.Final Fails To Build Native Image
  • #15897 - Runtime initialize amazon-services classes using j.u.Random
  • #15611 - Add ConstraintVerifier infomation to OptaPlanner documentation

1.13.4.Final

Major changes

... (truncated)

Commits
  • 7193f63 [RELEASE] - Bump version to 1.13.6.Final
  • 5834d3b Introduce build item to override weak reflection semantics
  • a313abe Hibernate Validator - Work around Jandex issue in enclosingTarget()
  • dc4a7eb Fix the indentation of the smallrye-metrics example
  • 761d8fd Merge pull request #17451 from gsmet/1.13.5-backports-3
  • 1a22331 Hibernate Validator - Fix container element constraints detection
  • c803ff4 Disable GIB in branch 1.13 for now
  • 6624cf2 Add ChangeStreamDocument Mongo class for reflection
  • 2932d63 Add ConstraintVerifier infomation to OptaPlanner documentation
  • 07dc6a7 Merge pull request #17418 from gsmet/1.13.5-backports-2
  • Additional commits viewable in compare view


Updates quarkus-core-deployment from 1.5.2.Final to 1.13.6.Final

Updates quarkus-resteasy-common-deployment from 1.5.2.Final to 1.13.6.Final

Updates quarkus-arc-deployment from 1.5.2.Final to 1.13.6.Final

Updates quarkus-jsonb-spi from 1.5.2.Final to 1.13.6.Final

Updates quarkus-junit5-internal from 1.5.2.Final to 1.13.6.Final

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 will not automatically merge this PR because it includes a minor update to a development dependency.


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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #131.