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 quarkus.version from 3.6.0 to 3.6.1 #1161

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps quarkus.version from 3.6.0 to 3.6.1.
Updates io.quarkus:quarkus-bom from 3.6.0 to 3.6.1

Release notes

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

3.6.1

Complete changelog

  • #37486 - Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • #37478 - Qute resteasy change in 3.6.0
  • #37454 - Config: detect injected config value mismatch for missing values
  • #37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #37449 - Update Apache Maven to 3.9.6
  • #37447 - Add Content-Range header to 206 Partial Content file response
  • #37444 - Injecting ConfigProperty of type Optional not working in the native mode
  • #37436 - Respect comma escapes in property value for @RolesAllowed.
  • #37428 - Fix various minor issues in quarkus update
  • #37426 - Fix typo configMapRefKey -> configMapKeyRef
  • #37421 - Scheduler: register ApplicationNotRunning as bean even if quartz is used
  • #37417 - Build fails when using the Quartz extension and @Scheduled(..., skipExecutionIf = Scheduled.ApplicationNotRunning.class)
  • #37415 - Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • #37401 - Print correct profiles in native image
  • #37400 - Improve reliability when downloading builder images from Quay.io
  • #37398 - Revert "Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar"
  • #37395 - Update Gradle to 8.5
  • #37393 - Disable new Http2RSTFloodProtectionConfigTest on Windows
  • #37392 - Update gradle to 8.5 and backport if possible to finish Java 21 dependencies
  • #37384 - Stop disabling unsafe in netty at native-executable runtime
  • #37382 - Update MAX_LTS_SUPPORTED_BY_KOTLIN to 21
  • #37367 - Documentation: security auth mechanism guide must also list runtime form auth properties alongside build-time ones
  • #37366 - Documentation: Fix OIDC credentials reference to secret key
  • #37364 - Improve Docker Desktop detection
  • #37361 - Do not fail the request in OidcClient filters if OidcClient is disabled
  • #37360 - Disable OidcClientFilter at runtime for simpler application testing
  • #37359 - Fix incorrect log dependency
  • #37354 - Update Boucycastle to 1.77 and Boucycastle FIPS to 1.0.2.4
  • #37351 - Upgrade to Jandex 3.1.6
  • #37350 - Unlist quarkus-resteasy-reactive-qute and quarkus-resteasy-qute
  • #37347 - Runtime (re)initialize Netty's PlatformDependent classes
  • #37318 - Use batch mode for update-version.sh
  • #37317 - Avoid asking for GPG passphrase on CI
  • #37314 - Fix deprecated dev-v1 url with dev-ui in a few places
  • #37300 - Prepare docs/sync-web-site.sh for automated releases
  • #37294 - Fix the major version of Java 21
  • #37292 - Bump testcontainers to 1.19.3 and use docker-java-bom
  • #37291 - Bump org.jetbrains.kotlin:kotlin-gradle-plugin-api from 1.9.20 to 1.9.21 in /devtools/gradle
  • #37280 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37279 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37271 - Docs: add keywords to Vert.x guides
  • #37270 - Vert.x: report exception for blocking message consumer methods
  • #37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #37252 - Use the default tenant resolver if the custom one does not resolve a tenant
  • #37251 - Add a test showing how OIDC ID token can be propagated
  • #37247 - Update kindcontainer to 1.4.4

... (truncated)

Commits
  • c57a24f [RELEASE] - Bump version to 3.6.1
  • abdc647 Merge pull request #37495 from gsmet/3.6.1-backports-2
  • d89dde3 Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • 58db82b Config: detect injected config value mismatch for missing values
  • 0469ec8 Print correct profiles in native image
  • 0719a47 Update Apache Maven to 3.9.6
  • f433cb0 Merge pull request #37434 from gsmet/3.6.1-backports-1
  • 83a3e51 Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • 78a823c Fix Panache bytecode enhancement for @​Embeddable records
  • cdbc6d6 Test access to fields of @​Immutable embeddables
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.6.0 to 3.6.1

Updates io.quarkus:quarkus-extension-processor from 3.6.0 to 3.6.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.6.0 to 3.6.1

Release notes

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

3.6.1

Complete changelog

  • #37486 - Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • #37478 - Qute resteasy change in 3.6.0
  • #37454 - Config: detect injected config value mismatch for missing values
  • #37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #37449 - Update Apache Maven to 3.9.6
  • #37447 - Add Content-Range header to 206 Partial Content file response
  • #37444 - Injecting ConfigProperty of type Optional not working in the native mode
  • #37436 - Respect comma escapes in property value for @RolesAllowed.
  • #37428 - Fix various minor issues in quarkus update
  • #37426 - Fix typo configMapRefKey -> configMapKeyRef
  • #37421 - Scheduler: register ApplicationNotRunning as bean even if quartz is used
  • #37417 - Build fails when using the Quartz extension and @Scheduled(..., skipExecutionIf = Scheduled.ApplicationNotRunning.class)
  • #37415 - Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • #37401 - Print correct profiles in native image
  • #37400 - Improve reliability when downloading builder images from Quay.io
  • #37398 - Revert "Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar"
  • #37395 - Update Gradle to 8.5
  • #37393 - Disable new Http2RSTFloodProtectionConfigTest on Windows
  • #37392 - Update gradle to 8.5 and backport if possible to finish Java 21 dependencies
  • #37384 - Stop disabling unsafe in netty at native-executable runtime
  • #37382 - Update MAX_LTS_SUPPORTED_BY_KOTLIN to 21
  • #37367 - Documentation: security auth mechanism guide must also list runtime form auth properties alongside build-time ones
  • #37366 - Documentation: Fix OIDC credentials reference to secret key
  • #37364 - Improve Docker Desktop detection
  • #37361 - Do not fail the request in OidcClient filters if OidcClient is disabled
  • #37360 - Disable OidcClientFilter at runtime for simpler application testing
  • #37359 - Fix incorrect log dependency
  • #37354 - Update Boucycastle to 1.77 and Boucycastle FIPS to 1.0.2.4
  • #37351 - Upgrade to Jandex 3.1.6
  • #37350 - Unlist quarkus-resteasy-reactive-qute and quarkus-resteasy-qute
  • #37347 - Runtime (re)initialize Netty's PlatformDependent classes
  • #37318 - Use batch mode for update-version.sh
  • #37317 - Avoid asking for GPG passphrase on CI
  • #37314 - Fix deprecated dev-v1 url with dev-ui in a few places
  • #37300 - Prepare docs/sync-web-site.sh for automated releases
  • #37294 - Fix the major version of Java 21
  • #37292 - Bump testcontainers to 1.19.3 and use docker-java-bom
  • #37291 - Bump org.jetbrains.kotlin:kotlin-gradle-plugin-api from 1.9.20 to 1.9.21 in /devtools/gradle
  • #37280 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37279 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37271 - Docs: add keywords to Vert.x guides
  • #37270 - Vert.x: report exception for blocking message consumer methods
  • #37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #37252 - Use the default tenant resolver if the custom one does not resolve a tenant
  • #37251 - Add a test showing how OIDC ID token can be propagated
  • #37247 - Update kindcontainer to 1.4.4

... (truncated)

Commits
  • c57a24f [RELEASE] - Bump version to 3.6.1
  • abdc647 Merge pull request #37495 from gsmet/3.6.1-backports-2
  • d89dde3 Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • 58db82b Config: detect injected config value mismatch for missing values
  • 0469ec8 Print correct profiles in native image
  • 0719a47 Update Apache Maven to 3.9.6
  • f433cb0 Merge pull request #37434 from gsmet/3.6.1-backports-1
  • 83a3e51 Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • 78a823c Fix Panache bytecode enhancement for @​Embeddable records
  • cdbc6d6 Test access to fields of @​Immutable embeddables
  • Additional commits viewable in compare view

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 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)

Bumps `quarkus.version` from 3.6.0 to 3.6.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.6.0 to 3.6.1

Updates `io.quarkus:quarkus-extension-processor` from 3.6.0 to 3.6.1

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.0...3.6.1)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 11, 2023
@michael-simons
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit 9c1ec5a into main Dec 13, 2023
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.6.1 branch December 13, 2023 09:32
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant