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

build(deps): bump the quarkus group with 6 updates #193

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the quarkus group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.17.0 3.17.3
io.quarkus:quarkus-ide-config 3.17.0 3.17.3
io.quarkus:quarkus-maven-plugin 3.17.0 3.17.3
io.quarkiverse.githubapp:quarkus-github-app 2.7.0 2.8.1
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.7.0 2.8.1
io.quarkiverse.githubapp:quarkus-github-app-testing 2.7.0 2.8.1

Updates io.quarkus:quarkus-bom from 3.17.0 to 3.17.3

Release notes

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

3.17.3

Complete changelog

  • #44471 - JDK 24 new console is causing a serious regression in startup
  • #44599 - Build fails with "Method too large" exception
  • #44624 - Split creation of the Set to match unknown properties to avoid MethodTooLargeException
  • #44653 - Dev console "crashes" with Java 23
  • #44708 - Fix invalid proxy setting when the port ends with a whitespace
  • #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
  • #44791 - Add OpenPGP's Bouncycastle library to application's BOM
  • #44795 - Fix typo with classes() method
  • #44796 - Default to old console if user has not set it
  • #44797 - Quarkus Qute broken in 3.16
  • #44798 - Drop mentions of quarkus.ssl.native=false in Hibernate Search guides
  • #44808 - Use CertificateGenerator in OIDC Wiremock tests
  • #44811 - quarkus.jacoco.excludes doesn't work since 3.17.0
  • #44817 - Qute: fix regression in perf optimization of ReflectionValueResolver
  • #44820 - Fix NPE caused by PropertyName map with Mappings names
  • #44822 - Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
  • #44834 - Fix off-by-one error in exception decoration code
  • #44838 - Update SmallRye Config to 3.10.2
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44866 - Qute message bundle using enum uppercase with words separated by underscores
  • #44883 - Qute message bundles: fix localization of enums
  • #44886 - Custom openapi.yml under META-INF not merged after upgrade to 3.17.x
  • #44892 - Bump smallrye-open-api.version from 4.0.3 to 4.0.4

3.17.2

Complete changelog

  • #7462 - Hibernate fails on complex orphanDelete=true cases and bump version upon merge calls involving entities without change
  • #35980 - Health UI access wrong health endpoint with management interface
  • #43056 - Double Array Hibernate @JdbcTypeCode(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Final
  • #43296 - AssertionError in EntityInitializerImpl.resolveInstanceSubInitializers after upgrading to 3.14
  • #43845 - Exemplars are not recorded for metric http_server_requests*
  • #44016 - Micrometer exemplars on HTTP
  • #44117 - TestProfile's getEnabledAlternatives CDI BEAN leaks to unrelated TestProfile's test
  • #44261 - Improve Qute documentation
  • #44391 - Upgrade to Hibernate ORM 6.6.3.Final
  • #44454 - Hibernate FetchNotFoundException
  • #44511 - NPE during custom bean invocation via PreAuthorize annotation in Quarkus RESTEasy
  • #44543 - Fix buildpack docker host handling for macos
  • #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
  • #44568 - @AuthorizationPolicy is not compatoble with kotlin suspend functions
  • #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
  • #44584 - Fix wrong web endpoint path for resource on Windows
  • #44586 - Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3
  • #44589 - Copyedits for style, security-jwt.adoc

... (truncated)

Commits
  • 7125e4c [RELEASE] - Bump version to 3.17.3
  • 67e79d6 Merge pull request #44897 from gsmet/3.17.3-backports-2
  • cd842d3 Bump smallrye-open-api.version from 4.0.3 to 4.0.4
  • b9278d5 Qute message bundles: fix localization of enums
  • dd54f90 Use CertificateGenerator in OIDC Wiremock tests
  • 4ac00d5 Merge pull request #44849 from gsmet/3.17.3-backports-1
  • f10d3a4 Update SmallRye Config to 3.10.2
  • e4d67fc Fix off-by-one error in exception decoration code
  • 1a5fe71 Qute: fix perf optimization in ReflectionValueResolver
  • a3b4042 Apply TrimmedStringConverter to proxyAddress configuration property
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.17.0 to 3.17.3

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.17.3

Complete changelog

  • #44471 - JDK 24 new console is causing a serious regression in startup
  • #44599 - Build fails with "Method too large" exception
  • #44624 - Split creation of the Set to match unknown properties to avoid MethodTooLargeException
  • #44653 - Dev console "crashes" with Java 23
  • #44708 - Fix invalid proxy setting when the port ends with a whitespace
  • #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
  • #44791 - Add OpenPGP's Bouncycastle library to application's BOM
  • #44795 - Fix typo with classes() method
  • #44796 - Default to old console if user has not set it
  • #44797 - Quarkus Qute broken in 3.16
  • #44798 - Drop mentions of quarkus.ssl.native=false in Hibernate Search guides
  • #44808 - Use CertificateGenerator in OIDC Wiremock tests
  • #44811 - quarkus.jacoco.excludes doesn't work since 3.17.0
  • #44817 - Qute: fix regression in perf optimization of ReflectionValueResolver
  • #44820 - Fix NPE caused by PropertyName map with Mappings names
  • #44822 - Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
  • #44834 - Fix off-by-one error in exception decoration code
  • #44838 - Update SmallRye Config to 3.10.2
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44866 - Qute message bundle using enum uppercase with words separated by underscores
  • #44883 - Qute message bundles: fix localization of enums
  • #44886 - Custom openapi.yml under META-INF not merged after upgrade to 3.17.x
  • #44892 - Bump smallrye-open-api.version from 4.0.3 to 4.0.4

3.17.2

Complete changelog

  • #7462 - Hibernate fails on complex orphanDelete=true cases and bump version upon merge calls involving entities without change
  • #35980 - Health UI access wrong health endpoint with management interface
  • #43056 - Double Array Hibernate @JdbcTypeCode(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Final
  • #43296 - AssertionError in EntityInitializerImpl.resolveInstanceSubInitializers after upgrading to 3.14
  • #43845 - Exemplars are not recorded for metric http_server_requests*
  • #44016 - Micrometer exemplars on HTTP
  • #44117 - TestProfile's getEnabledAlternatives CDI BEAN leaks to unrelated TestProfile's test
  • #44261 - Improve Qute documentation
  • #44391 - Upgrade to Hibernate ORM 6.6.3.Final
  • #44454 - Hibernate FetchNotFoundException
  • #44511 - NPE during custom bean invocation via PreAuthorize annotation in Quarkus RESTEasy
  • #44543 - Fix buildpack docker host handling for macos
  • #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
  • #44568 - @AuthorizationPolicy is not compatoble with kotlin suspend functions
  • #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
  • #44584 - Fix wrong web endpoint path for resource on Windows
  • #44586 - Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3
  • #44589 - Copyedits for style, security-jwt.adoc

... (truncated)

Commits
  • 7125e4c [RELEASE] - Bump version to 3.17.3
  • 67e79d6 Merge pull request #44897 from gsmet/3.17.3-backports-2
  • cd842d3 Bump smallrye-open-api.version from 4.0.3 to 4.0.4
  • b9278d5 Qute message bundles: fix localization of enums
  • dd54f90 Use CertificateGenerator in OIDC Wiremock tests
  • 4ac00d5 Merge pull request #44849 from gsmet/3.17.3-backports-1
  • f10d3a4 Update SmallRye Config to 3.10.2
  • e4d67fc Fix off-by-one error in exception decoration code
  • 1a5fe71 Qute: fix perf optimization in ReflectionValueResolver
  • a3b4042 Apply TrimmedStringConverter to proxyAddress configuration property
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.0 to 3.17.3

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.7.0 to 2.8.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app's releases.

2.8.1

What's Changed

New Contributors

Full Changelog: quarkiverse/quarkus-github-app@2.8.0...2.8.1

2.8.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.7.0...2.8.0

Commits
  • 9bb6b9d [maven-release-plugin] prepare release 2.8.1
  • d0da047 Update the latest release version 2.8.1 in documentation
  • f96a797 Merge pull request #697 from quarkiverse/gsmet-patch-1
  • e4527df Release 2.8.1
  • 5ed6be5 Merge pull request #696 from gsmet/minor-adjustments
  • 064c80c Reuse variable already assigned
  • 626f02d Work around a bug present in JBoss Logging < 3.1
  • de48886 Add more details to the documentation
  • c87b2fc Simplify command-airline codestart
  • 1673d7a Reintroduce Quarkus 3.15 compatibility
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.7.0 to 2.8.1

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.7.0 to 2.8.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app-testing's releases.

2.8.1

What's Changed

New Contributors

Full Changelog: quarkiverse/quarkus-github-app@2.8.0...2.8.1

2.8.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.7.0...2.8.0

Commits
  • 9bb6b9d [maven-release-plugin] prepare release 2.8.1
  • d0da047 Update the latest release version 2.8.1 in documentation
  • f96a797 Merge pull request #697 from quarkiverse/gsmet-patch-1
  • e4527df Release 2.8.1
  • 5ed6be5 Merge pull request #696 from gsmet/minor-adjustments
  • 064c80c Reuse variable already assigned
  • 626f02d Work around a bug present in JBoss Logging < 3.1
  • de48886 Add more details to the documentation
  • c87b2fc Simplify command-airline codestart
  • 1673d7a Reintroduce Quarkus 3.15 compatibility
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.7.0 to 2.8.1

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.7.0 to 2.8.1

Release notes

Sourced from io.quarkiverse.githubapp:quarkus-github-app-testing's releases.

2.8.1

What's Changed

New Contributors

Full Changelog: quarkiverse/quarkus-github-app@2.8.0...2.8.1

2.8.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.7.0...2.8.0

Commits
  • 9bb6b9d [maven-release-plugin] prepare release 2.8.1
  • d0da047 Update the latest release version 2.8.1 in documentation
  • f96a797 Merge pull request #697 from quarkiverse/gsmet-patch-1
  • e4527df Release 2.8.1
  • 5ed6be5 Merge pull request #696 from gsmet/minor-adjustments
  • 064c80c Reuse variable already assigned
  • 626f02d Work around a bug present in JBoss Logging < 3.1
  • de48886 Add more details to the documentation
  • c87b2fc Simplify command-airline codestart
  • 1673d7a Reintroduce Quarkus 3.15 compatibility
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.17.0 to 3.17.3

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.17.3

Complete changelog

  • #44471 - JDK 24 new console is causing a serious regression in startup
  • #44599 - Build fails with "Method too large" exception
  • #44624 - Split creation of the Set to match unknown properties to avoid MethodTooLargeException
  • #44653 - Dev console "crashes" with Java 23
  • #44708 - Fix invalid proxy setting when the port ends with a whitespace
  • #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
  • #44791 - Add OpenPGP's Bouncycastle library to application's BOM
  • #44795 - Fix typo with classes() method
  • #44796 - Default to old console if user has not set it
  • #44797 - Quarkus Qute broken in 3.16
  • #44798 - Drop mentions of quarkus.ssl.native=false in Hibernate Search guides
  • #44808 - Use CertificateGenerator in OIDC Wiremock tests
  • #44811 - quarkus.jacoco.excludes doesn't work since 3.17.0
  • #44817 - Qute: fix regression in perf optimization of ReflectionValueResolver
  • #44820 - Fix NPE caused by PropertyName map with Mappings names
  • #44822 - Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
  • #44834 - Fix off-by-one error in exception decoration code
  • #44838 - Update SmallRye Config to 3.10.2
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44866 - Qute message bundle using enum uppercase with words separated by underscores
  • #44883 - Qute message bundles: fix localization of enums
  • #44886 - Custom openapi.yml under META-INF not merged after upgrade to 3.17.x
  • #44892 - Bump smallrye-open-api.version from 4.0.3 to 4.0.4

3.17.2

Complete changelog

  • #7462 - Hibernate fails on complex orphanDelete=true cases and bump version upon merge calls involving entities without change
  • #35980 - Health UI access wrong health endpoint with management interface
  • #43056 - Double Array Hibernate @JdbcTypeCode(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Final
  • #43296 - AssertionError in EntityInitializerImpl.resolveInstanceSubInitializers after upgrading to 3.14
  • #43845 - Exemplars are not recorded for metric http_server_requests*
  • #44016 - Micrometer exemplars on HTTP
  • #44117 - TestProfile's getEnabledAlternatives CDI BEAN leaks to unrelated TestProfile's test
  • #44261 - Improve Qute documentation
  • #44391 - Upgrade to Hibernate ORM 6.6.3.Final
  • #44454 - Hibernate FetchNotFoundException
  • #44511 - NPE during custom bean invocation via PreAuthorize annotation in Quarkus RESTEasy
  • #44543 - Fix buildpack docker host handling for macos
  • #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
  • #44568 - @AuthorizationPolicy is not compatoble with kotlin suspend functions
  • #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
  • #44584 - Fix wrong web endpoint path for resource on Windows
  • #44586 - Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3
  • #44589 - Copyedits for style, security-jwt.adoc

... (truncated)

Commits
  • 7125e4c [RELEASE] - Bump version to 3.17.3
  • 67e79d6 Merge pull request #44897 from gsmet/3.17.3-backports-2
  • cd842d3 Bump smallrye-open-api.version from 4.0.3 to 4.0.4
  • b9278d5 Qute message bundles: fix localization of enums
  • dd54f90 Use CertificateGenerator in OIDC Wiremock tests
  • 4ac00d5 Merge pull request #44849 from gsmet/3.17.3-backports-1
  • f10d3a4 Update SmallRye Config to 3.10.2
  • e4d67fc Fix off-by-one error in exception decoration code
  • 1a5fe71 Qute: fix perf optimization in ReflectionValueResolver
  • a3b4042 Apply TrimmedStringConverter to proxyAddress configuration property
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.0 to 3.17.3

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 quarkus group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.17.0` | `3.17.3` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.17.0` | `3.17.3` |
| io.quarkus:quarkus-maven-plugin | `3.17.0` | `3.17.3` |
| [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) | `2.7.0` | `2.8.1` |
| io.quarkiverse.githubapp:quarkus-github-app-command-airline | `2.7.0` | `2.8.1` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.7.0` | `2.8.1` |


Updates `io.quarkus:quarkus-bom` from 3.17.0 to 3.17.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.17.0...3.17.3)

Updates `io.quarkus:quarkus-ide-config` from 3.17.0 to 3.17.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.17.0...3.17.3)

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.0 to 3.17.3

Updates `io.quarkiverse.githubapp:quarkus-github-app` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.7.0...2.8.1)

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.7.0 to 2.8.1

Updates `io.quarkiverse.githubapp:quarkus-github-app-testing` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.7.0...2.8.1)

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.7.0 to 2.8.1

Updates `io.quarkiverse.githubapp:quarkus-github-app-testing` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/quarkiverse/quarkus-github-app/releases)
- [Commits](quarkiverse/quarkus-github-app@2.7.0...2.8.1)

Updates `io.quarkus:quarkus-ide-config` from 3.17.0 to 3.17.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.17.0...3.17.3)

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.0 to 3.17.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-command-airline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-command-airline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@yrodiere yrodiere merged commit ff61cce into main Dec 9, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-e7dc500e72 branch December 9, 2024 16:40
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