quarkiverse / quarkus-wiremock

Quarkus extension for launching an in-process Wiremock server
https://wiremock.org/
Apache License 2.0
15 stars 8 forks source link

chore(deps): bump quarkus.version from 3.2.8.Final to 3.2.9.Final #67

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps quarkus.version from 3.2.8.Final to 3.2.9.Final. Updates io.quarkus:quarkus-bom from 3.2.8.Final to 3.2.9.Final

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.2.9.Final

Complete changelog

  • #37154 - Doc enhancements to the security architecture guide
  • #37150 - Remove security guides we are no longer publishing for 3.2 product docs
  • #37146 - 3.2.9 backports 3
  • #37135 - Properly handle authority-pseudo header in the ForwardedParser
  • #37121 - Docs - Add missing steps to Basic authentication how-to
  • #37082 - 3.2.9 backports 2
  • #37077 - Handle duplicated context in the CacheResultInterceptor
  • #37070 - Security doc fix: Broken link and bad code snippet
  • #37056 - [3.2] Set all discovered quarkus.* properties as system properties in QuarkusWorker
  • #37045 - Regression with ForwardedParser setting an empty host header
  • #37031 - Update artifact ids for dependencies in Blaze-Persistence documentation for Quarkus 3 integration
  • #37021 - Gradle: set all discovered quarkus.* properties as system properties in QuarkusWorker
  • #36995 - Improve response filter documentation
  • #36992 - quarkus.container-image.push=true not working in 3.2.8
  • #36969 - -Dquarkus.container-image.push=true used with gradle seems not to push anymore since 3.5.1
  • #36955 - @ServerResponseFilter with Throwable parameter is not called when REST resource is throwing an exception
  • #36927 - Fix grammar error in OIDC and Bootstrap JavaDocs
  • #36883 - Keycloak DevService: Improve error messages and documentation
  • #35835 - Blaze documentation outdated for Quarkus 3
Commits
  • d6e52f7 [RELEASE] - Bump version to 3.2.9.Final
  • d904f2d Merge pull request #37165 from aloubyansky/3.2.9-backports-4
  • 8b1f8a5 QE fix
  • 03db29c Docs - Add missing steps to Basic authentication how-to
  • dfbfb61 Security doc fix: Broken link and bad code snippet
  • ec8565b Merge pull request #37150 from rolfedh/update-list-of-files
  • dd232f9 Merge pull request #37146 from aloubyansky/3.2.9-backports-3
  • eba161a Merge pull request #37143 from jmartisk/3.2-graphql-websocket-missing-stuff
  • 4272cc0 Updated list of files
  • a89594d Properly handle authority-pseudo header in the ForwardedParser
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.2.8.Final to 3.2.9.Final

Updates io.quarkus:quarkus-extension-processor from 3.2.8.Final to 3.2.9.Final

Updates io.quarkus:quarkus-extension-maven-plugin from 3.2.8.Final to 3.2.9.Final

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.2.9.Final

Complete changelog

  • #37154 - Doc enhancements to the security architecture guide
  • #37150 - Remove security guides we are no longer publishing for 3.2 product docs
  • #37146 - 3.2.9 backports 3
  • #37135 - Properly handle authority-pseudo header in the ForwardedParser
  • #37121 - Docs - Add missing steps to Basic authentication how-to
  • #37082 - 3.2.9 backports 2
  • #37077 - Handle duplicated context in the CacheResultInterceptor
  • #37070 - Security doc fix: Broken link and bad code snippet
  • #37056 - [3.2] Set all discovered quarkus.* properties as system properties in QuarkusWorker
  • #37045 - Regression with ForwardedParser setting an empty host header
  • #37031 - Update artifact ids for dependencies in Blaze-Persistence documentation for Quarkus 3 integration
  • #37021 - Gradle: set all discovered quarkus.* properties as system properties in QuarkusWorker
  • #36995 - Improve response filter documentation
  • #36992 - quarkus.container-image.push=true not working in 3.2.8
  • #36969 - -Dquarkus.container-image.push=true used with gradle seems not to push anymore since 3.5.1
  • #36955 - @ServerResponseFilter with Throwable parameter is not called when REST resource is throwing an exception
  • #36927 - Fix grammar error in OIDC and Bootstrap JavaDocs
  • #36883 - Keycloak DevService: Improve error messages and documentation
  • #35835 - Blaze documentation outdated for Quarkus 3
Commits
  • d6e52f7 [RELEASE] - Bump version to 3.2.9.Final
  • d904f2d Merge pull request #37165 from aloubyansky/3.2.9-backports-4
  • 8b1f8a5 QE fix
  • 03db29c Docs - Add missing steps to Basic authentication how-to
  • dfbfb61 Security doc fix: Broken link and bad code snippet
  • ec8565b Merge pull request #37150 from rolfedh/update-list-of-files
  • dd232f9 Merge pull request #37146 from aloubyansky/3.2.9-backports-3
  • eba161a Merge pull request #37143 from jmartisk/3.2-graphql-websocket-missing-stuff
  • 4272cc0 Updated list of files
  • a89594d Properly handle authority-pseudo header in the ForwardedParser
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.quarkus:quarkus-bom | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-processor | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-maven-plugin | [>= 3.3.a, < 3.4] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)