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 #145

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the quarkus group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.7.3 3.8.0
io.quarkus:quarkus-ide-config 3.7.3 3.8.0
io.quarkus:quarkus-maven-plugin 3.7.3 3.8.0
io.quarkiverse.githubapp:quarkus-github-app 2.2.0 2.3.0
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.2.0 2.3.0
io.quarkiverse.githubapp:quarkus-github-app-testing 2.2.0 2.3.0
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.2.0 2.3.0
io.quarkiverse.githubapp:quarkus-github-app-testing 2.2.0 2.3.0
io.quarkus:quarkus-ide-config 3.7.3 3.8.0
io.quarkus:quarkus-maven-plugin 3.7.3 3.8.0

Updates io.quarkus:quarkus-bom from 3.7.3 to 3.8.0

Release notes

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

3.8.0.CR1

Complete changelog

3.7.4

Complete changelog

  • #37608 - gRPC starter app is using legacy approach, single HTTP server should be used instead
  • #38236 - Adding a decorator causes bytecode error
  • #38504 - NPE on oidc-client when quarkus.oidc-client.grant-options.password.password not provided
  • #38533 - 'Unable to find a JDBC driver' for Hibernate Reactive after updating to 3.7.1
  • #38683 - Build time performance regression and bigger native binaries when migrating from 3.5 to 3.6 or 3.7
  • #38688 - Making sure deployment modules excluded in POM files aren't pulled in by the Gradle plugin
  • #38721 - Java 21: @VirtualThreadUnit produces very slow tests
  • #38763 - Enable an injection of the OIDC code flow access token verificaton material
  • #38767 - Fail early if OIDC client password grant is misconfigured
  • #38771 - Adds an implementation note about @VirtualThreadUnit limitations
  • #38775 - Use the right MongoDB ClientSession interface
  • #38776 - OidcRequestFilter with OidcEndpoint applied to all endpoints
  • #38777 - OIDC Code flow access token verification goes ahead even if the ID token verification has failed
  • #38779 - Fix OidcEndpoint annotation processing
  • #38784 - Fix guide URL in RESTEasy Client extension
  • #38785 - ArC: fix interception when some methods return void
  • #38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #38800 - Don't warn about @NotBody use in @GET methods in REST Client
  • #38802 - Multipart form data is interpreted as a file although it's not a file
  • #38803 - OIDC server is erroneously shown as not available
  • #38810 - Expand types which are considered text in multipart handling
  • #38815 - Support security identity propagation in VT
  • #38816 - Propagate Vert.x context on all ExecutorService methods for VirtualThreadExecutor
  • #38817 - Mocking Singleton does not work even when using @MockitoConfig(convertScopes = true) - Bean produced from factory method
  • #38818 - Allow RunAndCheckMojoTestBase subclasses to override how much memory extension tests are allowed
  • #38819 - Add response text to the OIDC bootstrap log errors
  • #38821 - Configure SISU bean filtering for the bootstrap Maven resolver
  • #38824 - Memory leak when using FT Fallback with dependent beans
  • #38833 - Keycloak Admin Client Reactive error id: 9009f9b4-1d58-4011-9ff2-49b87bb59ddd-1: java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "authHeader" is null
  • #38836 - Fix Keycloak Admin Client Reactive Jackson reader provider priority so that the client can work when the JSONB REST client extension is present
  • #38837 - Quarkus create new project fails when -DnoCode is used and artifactId is not set properly
  • #38843 - Check the code flow access token after ID token
  • #38844 - Fix copy/paste typo
  • #38849 - Ensure that generated project GAV is always set
  • #38851 - Kafka integration tests fail with latest Mandrel/GraalVM 24.1-dev builds
  • #38853 - [3.7] Perform security checks on inherited endpoints before payload deserialization in the RESTEasy Reactive
  • #38855 - Make registration of OAuthBearerValidatorCallbackHandler conditional
  • #38858 - Testing: fix @MockitoConfig(convertScopes=true) with auto-producers
  • #38859 - Fix warning when launching dev mode specifying quarkus-maven-plugin GAV on the command line
  • #38865 - Update commons-compress version to mitigate CVE-2024-25710
  • #38866 - Sporadic error in custom readiness check using keycloak-admin-client: IllegalStateException: Client is closed
  • #38868 - Add config flag to disable jacoco

... (truncated)

Commits
  • d4a1d0a [RELEASE] - Bump version to 3.8.0
  • bc84000 Merge pull request #38864 from gsmet/3.7.4-backports-1
  • 4611ba6 Attempt to fix flaky DependentBeanJobTest
  • 943784b Ignore ValidationSchema that results in registering all models
  • 4d54338 SmallRye Health: terminate request context properly
  • d4e9086 Disable messaging observation by default for backwards compatibility
  • bdac5c7 Log resolved OIDC tenant id and how the bearer token is found
  • f1ab295 Update commons-compress version to mitigate CVE-2024-25710
  • 45c86cc Quartz - prevent memory leak when Job instance is a @​Dependent bean
  • ca7c1bd Check the code flow access token after ID token
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.7.3 to 3.8.0

Release notes

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

3.8.0.CR1

Complete changelog

3.7.4

Complete changelog

  • #37608 - gRPC starter app is using legacy approach, single HTTP server should be used instead
  • #38236 - Adding a decorator causes bytecode error
  • #38504 - NPE on oidc-client when quarkus.oidc-client.grant-options.password.password not provided
  • #38533 - 'Unable to find a JDBC driver' for Hibernate Reactive after updating to 3.7.1
  • #38683 - Build time performance regression and bigger native binaries when migrating from 3.5 to 3.6 or 3.7
  • #38688 - Making sure deployment modules excluded in POM files aren't pulled in by the Gradle plugin
  • #38721 - Java 21: @VirtualThreadUnit produces very slow tests
  • #38763 - Enable an injection of the OIDC code flow access token verificaton material
  • #38767 - Fail early if OIDC client password grant is misconfigured
  • #38771 - Adds an implementation note about @VirtualThreadUnit limitations
  • #38775 - Use the right MongoDB ClientSession interface
  • #38776 - OidcRequestFilter with OidcEndpoint applied to all endpoints
  • #38777 - OIDC Code flow access token verification goes ahead even if the ID token verification has failed
  • #38779 - Fix OidcEndpoint annotation processing
  • #38784 - Fix guide URL in RESTEasy Client extension
  • #38785 - ArC: fix interception when some methods return void
  • #38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #38800 - Don't warn about @NotBody use in @GET methods in REST Client
  • #38802 - Multipart form data is interpreted as a file although it's not a file
  • #38803 - OIDC server is erroneously shown as not available
  • #38810 - Expand types which are considered text in multipart handling
  • #38815 - Support security identity propagation in VT
  • #38816 - Propagate Vert.x context on all ExecutorService methods for VirtualThreadExecutor
  • #38817 - Mocking Singleton does not work even when using @MockitoConfig(convertScopes = true) - Bean produced from factory method
  • #38818 - Allow RunAndCheckMojoTestBase subclasses to override how much memory extension tests are allowed
  • #38819 - Add response text to the OIDC bootstrap log errors
  • #38821 - Configure SISU bean filtering for the bootstrap Maven resolver
  • #38824 - Memory leak when using FT Fallback with dependent beans
  • #38833 - Keycloak Admin Client Reactive error id: 9009f9b4-1d58-4011-9ff2-49b87bb59ddd-1: java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "authHeader" is null
  • #38836 - Fix Keycloak Admin Client Reactive Jackson reader provider priority so that the client can work when the JSONB REST client extension is present
  • #38837 - Quarkus create new project fails when -DnoCode is used and artifactId is not set properly
  • #38843 - Check the code flow access token after ID token
  • #38844 - Fix copy/paste typo
  • #38849 - Ensure that generated project GAV is always set
  • #38851 - Kafka integration tests fail with latest Mandrel/GraalVM 24.1-dev builds
  • #38853 - [3.7] Perform security checks on inherited endpoints before payload deserialization in the RESTEasy Reactive
  • #38855 - Make registration of OAuthBearerValidatorCallbackHandler conditional
  • #38858 - Testing: fix @MockitoConfig(convertScopes=true) with auto-producers
  • #38859 - Fix warning when launching dev mode specifying quarkus-maven-plugin GAV on the command line
  • #38865 - Update commons-compress version to mitigate CVE-2024-25710
  • #38866 - Sporadic error in custom readiness check using keycloak-admin-client: IllegalStateException: Client is closed
  • #38868 - Add config flag to disable jacoco

... (truncated)

Commits
  • d4a1d0a [RELEASE] - Bump version to 3.8.0
  • bc84000 Merge pull request #38864 from gsmet/3.7.4-backports-1
  • 4611ba6 Attempt to fix flaky DependentBeanJobTest
  • 943784b Ignore ValidationSchema that results in registering all models
  • 4d54338 SmallRye Health: terminate request context properly
  • d4e9086 Disable messaging observation by default for backwards compatibility
  • bdac5c7 Log resolved OIDC tenant id and how the bearer token is found
  • f1ab295 Update commons-compress version to mitigate CVE-2024-25710
  • 45c86cc Quartz - prevent memory leak when Job instance is a @​Dependent bean
  • ca7c1bd Check the code flow access token after ID token
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.7.3 to 3.8.0

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.2.0 to 2.3.0

Release notes

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

2.3.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.2.0...2.3.0

Commits

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.2.0 to 2.3.0

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.2.0 to 2.3.0

Release notes

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

2.3.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.2.0...2.3.0

Commits

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.2.0 to 2.3.0

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.2.0 to 2.3.0

Release notes

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

2.3.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.2.0...2.3.0

Commits

Updates io.quarkus:quarkus-ide-config from 3.7.3 to 3.8.0

Release notes

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

3.8.0.CR1

Complete changelog

3.7.4

Complete changelog

  • #37608 - gRPC starter app is using legacy approach, single HTTP server should be used instead
  • #38236 - Adding a decorator causes bytecode error
  • #38504 - NPE on oidc-client when quarkus.oidc-client.grant-options.password.password not provided
  • #38533 - 'Unable to find a JDBC driver' for Hibernate Reactive after updating to 3.7.1
  • #38683 - Build time performance regression and bigger native binaries when migrating from 3.5 to 3.6 or 3.7
  • #38688 - Making sure deployment modules excluded in POM files aren't pulled in by the Gradle plugin
  • #38721 - Java 21: @VirtualThreadUnit produces very slow tests
  • #38763 - Enable an injection of the OIDC code flow access token verificaton material
  • #38767 - Fail early if OIDC client password grant is misconfigured
  • #38771 - Adds an implementation note about @VirtualThreadUnit limitations
  • #38775 - Use the right MongoDB ClientSession interface
  • #38776 - OidcRequestFilter with OidcEndpoint applied to all endpoints
  • #38777 - OIDC Code flow access token verification goes ahead even if the ID token verification has failed
  • #38779 - Fix OidcEndpoint annotation processing
  • #38784 - Fix guide URL in RESTEasy Client extension
  • #38785 - ArC: fix interception when some methods return void
  • #38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #38800 - Don't warn about @NotBody use in @GET methods in REST Client
  • #38802 - Multipart form data is interpreted as a file although it's not a file
  • #38803 - OIDC server is erroneously shown as not available
  • #38810 - Expand types which are considered text in multipart handling
  • #38815 - Support security identity propagation in VT
  • #38816 - Propagate Vert.x context on all ExecutorService methods for VirtualThreadExecutor
  • #38817 - Mocking Singleton does not work even when using @MockitoConfig(convertScopes = true) - Bean produced from factory method
  • #38818 - Allow RunAndCheckMojoTestBase subclasses to override how much memory extension tests are allowed
  • #38819 - Add response text to the OIDC bootstrap log errors
  • #38821 - Configure SISU bean filtering for the bootstrap Maven resolver
  • #38824 - Memory leak when using FT Fallback with dependent beans
  • #38833 - Keycloak Admin Client Reactive error id: 9009f9b4-1d58-4011-9ff2-49b87bb59ddd-1: java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "authHeader" is null
  • #38836 - Fix Keycloak Admin Client Reactive Jackson reader provider priority so that the client can work when the JSONB REST client extension is present
  • #38837 - Quarkus create new project fails when -DnoCode is used and artifactId is not set properly
  • #38843 - Check the code flow access token after ID token
  • #38844 - Fix copy/paste typo
  • #38849 - Ensure that generated project GAV is always set
  • #38851 - Kafka integration tests fail with latest Mandrel/GraalVM 24.1-dev builds
  • #38853 - [3.7] Perform security checks on inherited endpoints before payload deserialization in the RESTEasy Reactive
  • #38855 - Make registration of OAuthBearerValidatorCallbackHandler conditional
  • #38858 - Testing: fix @MockitoConfig(convertScopes=true) with auto-producers
  • #38859 - Fix warning when launching dev mode specifying quarkus-maven-plugin GAV on the command line
  • #38865 - Update commons-compress version to mitigate CVE-2024-25710
  • #38866 - Sporadic error in custom readiness check using keycloak-admin-client: IllegalStateException: Client is closed
  • #38868 - Add config flag to disable jacoco

... (truncated)

Commits
  • d4a1d0a [RELEASE] - Bump version to 3.8.0
  • bc84000 Merge pull request #38864 from gsmet/3.7.4-backports-1
  • 4611ba6 Attempt to fix flaky DependentBeanJobTest
  • 943784b Ignore ValidationSchema that results in registering all models
  • 4d54338 SmallRye Health: terminate request context properly
  • d4e9086 Disable messaging observation by default for backwards compatibility
  • bdac5c7 Log resolved OIDC tenant id and how the bearer token is found
  • f1ab295 Update commons-compress version to mitigate CVE-2024-25710
  • 45c86cc Quartz - prevent memory leak when Job instance is a @​Dependent bean
  • ca7c1bd Check the code flow access token after ID token
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.7.3 to 3.8.0

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.7.3` | `3.8.0` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.7.3` | `3.8.0` |
| io.quarkus:quarkus-maven-plugin | `3.7.3` | `3.8.0` |
| [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) | `2.2.0` | `2.3.0` |
| io.quarkiverse.githubapp:quarkus-github-app-command-airline | `2.2.0` | `2.3.0` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.2.0` | `2.3.0` |
| io.quarkiverse.githubapp:quarkus-github-app-command-airline | `2.2.0` | `2.3.0` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.2.0` | `2.3.0` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.7.3` | `3.8.0` |
| io.quarkus:quarkus-maven-plugin | `3.7.3` | `3.8.0` |


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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.7.3 to 3.8.0

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

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.2.0 to 2.3.0

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

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.2.0 to 2.3.0

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.7.3 to 3.8.0

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  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-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@yrodiere yrodiere merged commit fd954ff into main Feb 26, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-8253472244 branch February 26, 2024 15:56
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