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

chore(deps): bump quarkus-bom from 2.6.0.Final to 2.6.1.Final #179

Merged
merged 1 commit into from
Dec 28, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps quarkus-bom from 2.6.0.Final to 2.6.1.Final.

Release notes

Sourced from quarkus-bom's releases.

2.6.1.Final

Complete changelog

  • #22505 - OpenTelemetry Jaeger Substitutions - Remove shaded netty references
  • #22504 - Avoid having Kafka complaining about common unknown properties
  • #22502 - Properly determine tenant resolver in HibernateMultiTenantConnectionProvider
  • #22501 - Fix minor typo in warning message
  • #22500 - Require extensions to use Ecosystem CI before publishing to the registry
  • #22499 - Register for reflection ConfigMappings implementation methods
  • #22497 - Update security-openid-connect-client.adoc typo
  • #22495 - 4 warnings about unknown 'wildfly.sasl.relax-compliance' config when using infinispan-client + smallrye-reactive-messaging-kafka
  • #22492 - Remove warning on build time truststore property
  • #22491 - Bump gradle version to 7.3.3
  • #22488 - Bump kotlin.coroutine.version from 1.5.2 to 1.6.0
  • #22475 - Check the resource bundle is around before adding it to native image
  • #22474 - Config generated classes are not registered for reflection
  • #22473 - Use the correct URL for creating realms in DevServices for KC with shared network
  • #22471 - DevServices for Keycloak can not create realms in shared network
  • #22470 - Fix code example in tests-with-coverage guide
  • #22465 - Fix Jaxb build issue with Apache Camel on Windows
  • #22462 - Config editor fails if resource dir is missing
  • #22452 - Support LDAP style oracle jdbc url
  • #22448 - Fix config editor filtering
  • #22442 - Bump agroal.version from 1.13 to 1.14
  • #22438 - Remove remove-maven-artifact-transfer constraint from BOM
  • #22415 - Bring back erroneously removed Flyway Dev Console route handler
  • #22407 - In Dev UI Flyway Pane create and migrate button are not working, it shows page unresponsive
  • #22406 - Add support for SASL SCRAM Kafka binding
  • #22405 - Upgrade Infinispan to 13.0.5.Final
  • #22403 - AWT - resource files lookup: Replaces MethodHandles.lookup()
  • #22397 - Return claim names for JWT test security
  • #22395 - Windows: Error combining Jaxb and Apache Camel
  • #22369 - Check test target is present to avoid NPE
  • #22368 - Explicitly register io.fabric8.kubernetes.client.VersionInfo class for reflection
  • #22367 - kubernetes client cannot retrieve VersionInfo in native executable
  • #22366 - Update relocations after latest tweaks to moved extensions
  • #22365 - Bump slf4j-api from 1.7.30 to 1.7.32
  • #22359 - Make sure to reset TCCL if initTestState() fails
  • #22344 - Revert "Include more info if the gradle build fails"
  • #22333 - Enhanced character set support for Oracle database
  • #22332 - Prevent creating a FSWatchUtil thread if there is nothing to watch
  • #22323 - Better error message when a POM of a deployment artifact could not be resolved
  • #22300 - Fix minor typo in jreleaser guide
  • #22289 - Adjust documentation for Amazon Alexa
  • #22284 - Add jreleaser guide for native executables
  • #22282 - Add network option to quarkus-container-image-docker configuration
  • #22278 - docker build command supports "--network" as a build option, whether any of chance of quarkus container-image-docker supporting the same
  • #22275 - Native build error when using quarkus-opentelemetry-exporter-jaeger
  • #22274 - Qute - do not split expr parts before the literal is parsed

... (truncated)

Commits
  • 2d5dad4 [RELEASE] - Bump version to 2.6.1.Final
  • bc27e2d Merge pull request #22508 from gsmet/2.6.1-backports-2
  • 1c707d9 Avoid having Kafka complaining about common unknown properties
  • 99902ad OpenTelemetry Jaeger Substitutions - Remove shaded netty references
  • b16f1c5 Remove warning on build time truststore property
  • aa67c38 Fix minor typo in warning message
  • 1b97bab Register for reflection ConfigMappings implementation methods
  • 661695b Bump gradle version to 7.3.3
  • 1ceaa1a Properly determine tenant resolver in HibernateMultiTenantConnectionProvider
  • e99b74b Require extensions to use Ecosystem CI before publishing to the registry
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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-bom](https://github.com/quarkusio/quarkus) from 2.6.0.Final to 2.6.1.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.6.0.Final...2.6.1.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2021
@metacosm metacosm merged commit ff6fed3 into main Dec 28, 2021
@metacosm metacosm deleted the dependabot/maven/io.quarkus-quarkus-bom-2.6.1.Final branch December 28, 2021 18:49
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