quarkusio / quarkus-github-lottery

A Quarkus-powered application that regularly sends short lists of GitHub issues for triagers/maintainers to consider
Apache License 2.0
6 stars 3 forks source link

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

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the quarkus group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.8.1 3.8.2
io.quarkus:quarkus-ide-config 3.8.1 3.8.2
io.quarkus:quarkus-maven-plugin 3.8.1 3.8.2
io.quarkiverse.githubapp:quarkus-github-app 2.3.1 2.3.2
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.3.1 2.3.2
io.quarkiverse.githubapp:quarkus-github-app-testing 2.3.1 2.3.2
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.3.1 2.3.2
io.quarkiverse.githubapp:quarkus-github-app-testing 2.3.1 2.3.2
io.quarkus:quarkus-ide-config 3.8.1 3.8.2
io.quarkus:quarkus-maven-plugin 3.8.1 3.8.2

Updates io.quarkus:quarkus-bom from 3.8.1 to 3.8.2

Release notes

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

3.8.2

Complete changelog

  • #19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #38392 - Application.properties string substitution does not work when using gradle variables
  • #38424 - application-test.yml is not utilized during tests executed during gradle build
  • #38435 - Fix CLI not recognizing installed plugins
  • #38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #38988 - Do not expand configuration for Gradle cache
  • #38989 - cert chain public key resolver thumbprints
  • #39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #39021 - Upgrade to testcontainers 1.19.6
  • #39023 - Remove selector field from generated Job manifest in docs
  • #39041 - JAX-RS seeOther does not work with IPv6
  • #39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #39059 - Exception in blocking graphql query is wrapped
  • #39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #39067 - Updates to Infinispan 14.0.25.Final
  • #39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #39069 - Do not fail UPX if compression level is not given
  • #39070 - Doc: add Pulsar in Dev Services Overview
  • #39072 - Update to Agroal 2.3
  • #39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #39093 - Fix cross-references in the Vert.x Reference Guide
  • #39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #39130 - When building images with jib the fast-jar-lib layer is always changed
  • #39136 - Fix wrong volume host path being used on Windows
  • #39147 - Keep the timestamps when copying jars and building JIB layers
  • #39160 - Fail on conflicting deployment kinds
  • #39168 - Remove misleading note from jacoco.enabled
  • #39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #39181 - ArC: fix BeanConfiguratorBase#read()
  • #39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #39203 - Fix typo in testing Getting Started guide example
Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-ide-config from 3.8.1 to 3.8.2

Release notes

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

3.8.2

Complete changelog

  • #19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #38392 - Application.properties string substitution does not work when using gradle variables
  • #38424 - application-test.yml is not utilized during tests executed during gradle build
  • #38435 - Fix CLI not recognizing installed plugins
  • #38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #38988 - Do not expand configuration for Gradle cache
  • #38989 - cert chain public key resolver thumbprints
  • #39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #39021 - Upgrade to testcontainers 1.19.6
  • #39023 - Remove selector field from generated Job manifest in docs
  • #39041 - JAX-RS seeOther does not work with IPv6
  • #39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #39059 - Exception in blocking graphql query is wrapped
  • #39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #39067 - Updates to Infinispan 14.0.25.Final
  • #39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #39069 - Do not fail UPX if compression level is not given
  • #39070 - Doc: add Pulsar in Dev Services Overview
  • #39072 - Update to Agroal 2.3
  • #39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #39093 - Fix cross-references in the Vert.x Reference Guide
  • #39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #39130 - When building images with jib the fast-jar-lib layer is always changed
  • #39136 - Fix wrong volume host path being used on Windows
  • #39147 - Keep the timestamps when copying jars and building JIB layers
  • #39160 - Fail on conflicting deployment kinds
  • #39168 - Remove misleading note from jacoco.enabled
  • #39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #39181 - ArC: fix BeanConfiguratorBase#read()
  • #39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #39203 - Fix typo in testing Getting Started guide example
Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.8.1 to 3.8.2

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.3.1 to 2.3.2

Release notes

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

2.3.2

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-github-app/compare/2.3.1...2.3.2

Commits
  • 10c29a4 [maven-release-plugin] prepare release 2.3.2
  • a0a7a4d Update the latest release version 2.3.2 in documentation
  • 5a59da7 Merge pull request #579 from quarkiverse/gsmet-patch-1
  • c762e17 Release 2.3.2
  • f4d8132 Merge pull request #578 from gsmet/fix-serialization
  • 4d25461 Update version in documentation
  • a258fdb Fix issues introduced by previous GitHubEvent serialization fixes
  • 38df501 Merge pull request #577 from quarkiverse/dependabot/maven/quarkus.version-3.8.2
  • c8411c1 Bump quarkus.version from 3.8.0 to 3.8.2
  • 3917701 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.3.1 to 2.3.2

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.3.1 to 2.3.2

Release notes

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

2.3.2

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-github-app/compare/2.3.1...2.3.2

Commits
  • 10c29a4 [maven-release-plugin] prepare release 2.3.2
  • a0a7a4d Update the latest release version 2.3.2 in documentation
  • 5a59da7 Merge pull request #579 from quarkiverse/gsmet-patch-1
  • c762e17 Release 2.3.2
  • f4d8132 Merge pull request #578 from gsmet/fix-serialization
  • 4d25461 Update version in documentation
  • a258fdb Fix issues introduced by previous GitHubEvent serialization fixes
  • 38df501 Merge pull request #577 from quarkiverse/dependabot/maven/quarkus.version-3.8.2
  • c8411c1 Bump quarkus.version from 3.8.0 to 3.8.2
  • 3917701 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.3.1 to 2.3.2

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.3.1 to 2.3.2

Release notes

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

2.3.2

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-github-app/compare/2.3.1...2.3.2

Commits
  • 10c29a4 [maven-release-plugin] prepare release 2.3.2
  • a0a7a4d Update the latest release version 2.3.2 in documentation
  • 5a59da7 Merge pull request #579 from quarkiverse/gsmet-patch-1
  • c762e17 Release 2.3.2
  • f4d8132 Merge pull request #578 from gsmet/fix-serialization
  • 4d25461 Update version in documentation
  • a258fdb Fix issues introduced by previous GitHubEvent serialization fixes
  • 38df501 Merge pull request #577 from quarkiverse/dependabot/maven/quarkus.version-3.8.2
  • c8411c1 Bump quarkus.version from 3.8.0 to 3.8.2
  • 3917701 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.quarkus:quarkus-ide-config from 3.8.1 to 3.8.2

Release notes

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

3.8.2

Complete changelog

  • #19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #38392 - Application.properties string substitution does not work when using gradle variables
  • #38424 - application-test.yml is not utilized during tests executed during gradle build
  • #38435 - Fix CLI not recognizing installed plugins
  • #38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #38988 - Do not expand configuration for Gradle cache
  • #38989 - cert chain public key resolver thumbprints
  • #39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #39021 - Upgrade to testcontainers 1.19.6
  • #39023 - Remove selector field from generated Job manifest in docs
  • #39041 - JAX-RS seeOther does not work with IPv6
  • #39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #39059 - Exception in blocking graphql query is wrapped
  • #39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #39067 - Updates to Infinispan 14.0.25.Final
  • #39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #39069 - Do not fail UPX if compression level is not given
  • #39070 - Doc: add Pulsar in Dev Services Overview
  • #39072 - Update to Agroal 2.3
  • #39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #39093 - Fix cross-references in the Vert.x Reference Guide
  • #39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #39130 - When building images with jib the fast-jar-lib layer is always changed
  • #39136 - Fix wrong volume host path being used on Windows
  • #39147 - Keep the timestamps when copying jars and building JIB layers
  • #39160 - Fail on conflicting deployment kinds
  • #39168 - Remove misleading note from jacoco.enabled
  • #39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #39181 - ArC: fix BeanConfiguratorBase#read()
  • #39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #39203 - Fix typo in testing Getting Started guide example
Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.8.1 to 3.8.2

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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions