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 across 1 directory with 6 updates #211

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the quarkus group with 6 updates in the / directory:

Package From To
io.quarkus:quarkus-bom 3.17.7 3.18.1
io.quarkus:quarkus-ide-config 3.17.7 3.18.1
io.quarkus:quarkus-maven-plugin 3.17.7 3.18.1
io.quarkiverse.githubapp:quarkus-github-app 2.8.2 2.8.3
io.quarkiverse.githubapp:quarkus-github-app-command-airline 2.8.2 2.8.3
io.quarkiverse.githubapp:quarkus-github-app-testing 2.8.2 2.8.3

Updates io.quarkus:quarkus-bom from 3.17.7 to 3.18.1

Release notes

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

3.18.1

Complete changelog

  • #44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #45358 - quarkus-smallrye-openapi generates unused schemas
  • #45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #45489 - DevUI: Add search for Arc tables
  • #45562 - Consistent report of unknown properties between JVM and Native mode
  • #45650 - ClassNotFound during static init build step corrupts delayed logging
  • #45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #45771 - Qute: fix template global class generation in the dev mode
  • #45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #45783 - Redis cache implementation should not use KEYS command
  • #45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #45799 - Fix PathTreeClassPathElement#toString() implementation
  • #45801 - Fix documentation for connecting to multiple devservice databases
  • #45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #45810 - Update default openapi version in doc
  • #45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #45815 - Properly order tests annotated with @WithTestResource
  • #45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #45822 - Adjust timeouts for LGTM container and tests
  • #45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #45835 - Fix static file path decoding in vertx-http
  • #45838 - PermissionChecker makes RestMulti builder being ignored
  • #45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #45842 - Unable to build native image on Macbook Pro M4 Pro
  • #45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #45850 - Reviewed enable_build_properties information
  • #45851 - Use explicit String.concat in OTelDurationConverter
  • #45858 - Update OpenAPI documentation with default version 3.1.0
  • #45860 - quarkus main build fails on windows
  • #45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #45876 - Pass container-runtime-options to native-image --version as well
  • #45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #45888 - Consider quarkus.test.arg-line as a string
  • #45890 - Disable kubernetes-service-binding testing on Windows
  • #45894 - Dev UI does not open if http is disabled
  • #45911 - Make sure console shortcuts use https when http is disabled
  • #45913 - Fix generate ca command in tls guide

3.18.0

Complete changelog

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.17.7 to 3.18.1

Release notes

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

3.18.1

Complete changelog

  • #44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #45358 - quarkus-smallrye-openapi generates unused schemas
  • #45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #45489 - DevUI: Add search for Arc tables
  • #45562 - Consistent report of unknown properties between JVM and Native mode
  • #45650 - ClassNotFound during static init build step corrupts delayed logging
  • #45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #45771 - Qute: fix template global class generation in the dev mode
  • #45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #45783 - Redis cache implementation should not use KEYS command
  • #45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #45799 - Fix PathTreeClassPathElement#toString() implementation
  • #45801 - Fix documentation for connecting to multiple devservice databases
  • #45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #45810 - Update default openapi version in doc
  • #45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #45815 - Properly order tests annotated with @WithTestResource
  • #45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #45822 - Adjust timeouts for LGTM container and tests
  • #45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #45835 - Fix static file path decoding in vertx-http
  • #45838 - PermissionChecker makes RestMulti builder being ignored
  • #45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #45842 - Unable to build native image on Macbook Pro M4 Pro
  • #45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #45850 - Reviewed enable_build_properties information
  • #45851 - Use explicit String.concat in OTelDurationConverter
  • #45858 - Update OpenAPI documentation with default version 3.1.0
  • #45860 - quarkus main build fails on windows
  • #45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #45876 - Pass container-runtime-options to native-image --version as well
  • #45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #45888 - Consider quarkus.test.arg-line as a string
  • #45890 - Disable kubernetes-service-binding testing on Windows
  • #45894 - Dev UI does not open if http is disabled
  • #45911 - Make sure console shortcuts use https when http is disabled
  • #45913 - Fix generate ca command in tls guide

3.18.0

Complete changelog

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.7 to 3.18.1

Updates io.quarkiverse.githubapp:quarkus-github-app from 2.8.2 to 2.8.3

Release notes

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

2.8.3

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.8.2...2.8.3

Commits
  • f8906f7 [maven-release-plugin] prepare release 2.8.3
  • 35c976b Update the latest release version 2.8.3 in documentation
  • c6b5bb9 Merge pull request #713 from quarkiverse/gsmet-patch-1
  • 5bd32b3 Release 2.8.3
  • e0746b4 Merge pull request #709 from quarkiverse/dependabot/maven/org.assertj-assertj...
  • 3275361 Merge pull request #712 from gsmet/nativeimage
  • e99a0f7 Move to new nativeimage artifacts
  • 5de017b Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
  • 8b4a756 Merge pull request #706 from quarkiverse/remove_yq
  • 4a347f7 Remove yq from quarkus-snapshot.yaml
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.8.2 to 2.8.3

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.8.2 to 2.8.3

Release notes

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

2.8.3

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.8.2...2.8.3

Commits
  • f8906f7 [maven-release-plugin] prepare release 2.8.3
  • 35c976b Update the latest release version 2.8.3 in documentation
  • c6b5bb9 Merge pull request #713 from quarkiverse/gsmet-patch-1
  • 5bd32b3 Release 2.8.3
  • e0746b4 Merge pull request #709 from quarkiverse/dependabot/maven/org.assertj-assertj...
  • 3275361 Merge pull request #712 from gsmet/nativeimage
  • e99a0f7 Move to new nativeimage artifacts
  • 5de017b Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
  • 8b4a756 Merge pull request #706 from quarkiverse/remove_yq
  • 4a347f7 Remove yq from quarkus-snapshot.yaml
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapp:quarkus-github-app-command-airline from 2.8.2 to 2.8.3

Updates io.quarkiverse.githubapp:quarkus-github-app-testing from 2.8.2 to 2.8.3

Release notes

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

2.8.3

What's Changed

Full Changelog: quarkiverse/quarkus-github-app@2.8.2...2.8.3

Commits
  • f8906f7 [maven-release-plugin] prepare release 2.8.3
  • 35c976b Update the latest release version 2.8.3 in documentation
  • c6b5bb9 Merge pull request #713 from quarkiverse/gsmet-patch-1
  • 5bd32b3 Release 2.8.3
  • e0746b4 Merge pull request #709 from quarkiverse/dependabot/maven/org.assertj-assertj...
  • 3275361 Merge pull request #712 from gsmet/nativeimage
  • e99a0f7 Move to new nativeimage artifacts
  • 5de017b Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
  • 8b4a756 Merge pull request #706 from quarkiverse/remove_yq
  • 4a347f7 Remove yq from quarkus-snapshot.yaml
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.17.7 to 3.18.1

Release notes

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

3.18.1

Complete changelog

  • #44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #45358 - quarkus-smallrye-openapi generates unused schemas
  • #45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #45489 - DevUI: Add search for Arc tables
  • #45562 - Consistent report of unknown properties between JVM and Native mode
  • #45650 - ClassNotFound during static init build step corrupts delayed logging
  • #45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #45771 - Qute: fix template global class generation in the dev mode
  • #45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #45783 - Redis cache implementation should not use KEYS command
  • #45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #45799 - Fix PathTreeClassPathElement#toString() implementation
  • #45801 - Fix documentation for connecting to multiple devservice databases
  • #45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #45810 - Update default openapi version in doc
  • #45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #45815 - Properly order tests annotated with @WithTestResource
  • #45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #45822 - Adjust timeouts for LGTM container and tests
  • #45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #45835 - Fix static file path decoding in vertx-http
  • #45838 - PermissionChecker makes RestMulti builder being ignored
  • #45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #45842 - Unable to build native image on Macbook Pro M4 Pro
  • #45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #45850 - Reviewed enable_build_properties information
  • #45851 - Use explicit String.concat in OTelDurationConverter
  • #45858 - Update OpenAPI documentation with default version 3.1.0
  • #45860 - quarkus main build fails on windows
  • #45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #45876 - Pass container-runtime-options to native-image --version as well
  • #45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #45888 - Consider quarkus.test.arg-line as a string
  • #45890 - Disable kubernetes-service-binding testing on Windows
  • #45894 - Dev UI does not open if http is disabled
  • #45911 - Make sure console shortcuts use https when http is disabled
  • #45913 - Fix generate ca command in tls guide

3.18.0

Complete changelog

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.7 to 3.18.1

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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.17.7` | `3.18.1` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.17.7` | `3.18.1` |
| io.quarkus:quarkus-maven-plugin | `3.17.7` | `3.18.1` |
| [io.quarkiverse.githubapp:quarkus-github-app](https://github.com/quarkiverse/quarkus-github-app) | `2.8.2` | `2.8.3` |
| io.quarkiverse.githubapp:quarkus-github-app-command-airline | `2.8.2` | `2.8.3` |
| [io.quarkiverse.githubapp:quarkus-github-app-testing](https://github.com/quarkiverse/quarkus-github-app) | `2.8.2` | `2.8.3` |



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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.7 to 3.18.1

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

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.8.2 to 2.8.3

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

Updates `io.quarkiverse.githubapp:quarkus-github-app-command-airline` from 2.8.2 to 2.8.3

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.7 to 3.18.1

---
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-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-command-airline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-command-airline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.githubapp:quarkus-github-app-testing
  dependency-type: direct:development
  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-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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #213.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus-d4521e7c1e branch February 10, 2025 16:04
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.

0 participants