Skip to content

Maven pom.xml(deps): Bump qute-core from 2.12.0.Final to 2.13.1.Final #122

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps qute-core from 2.12.0.Final to 2.13.1.Final.

Release notes

Sourced from qute-core's releases.

2.13.1.Final

Major changes

  • #28320 - Deprecate SmallRye OpenTracing and SmallRye Metrics

Complete changelog

  • #28382 - Incorporate quickstart changes in security-openid-connect-client guide
  • #28381 - Fix ConfigDescriptionsManager misinterpreting a double-quote alone (") as a quoted part
  • #28355 - Honour DOCKER_CONFIG env var in jib the same way as in jib-core
  • #28354 - DOCKER_CONFIG
  • #28351 - Docs & Tests - migrate SSL certificate files property from deprecated
  • #28347 - Update to the Vert.x Mutiny bindings 2.27.0
  • #28343 - Properly take produced media type into account when building validation error report
  • #28340 - Revert "Prevent possible memory leak from Reactive REST Client multipart upload usage"
  • #28339 - Remove a call to the Uni.log() operator in the Stork HTTP client filter
  • #28338 - Update kotlin.version 1.7.20
  • #28336 - Fix two typos in hiberate-orm-panache.adoc
  • #28334 - [2.13.0.Final]: /q/dev UI throws an error when navigating to "Configuration" -> "Config Editor"
  • #28333 - Fix sample code in csrf project
  • #28328 - RESTEasy client - use our provider factory when accessed statically
  • #28324 - Hibernate validator responses with wrong Content-Type header when working in reactive mode
  • #28323 - Update to Vert.x 4.3.4
  • #28321 - Bump kubernetes-client-bom from 5.12.3 to 5.12.4
  • #28320 - Deprecate SmallRye OpenTracing and SmallRye Metrics
  • #28318 - Avoid Maven imports in core/deployment
  • #28316 - Fixes related to using public APIs introduced in GraalVM 22.3
  • #28312 - Add missing debug config to avoid warnings
  • #28310 - Not to ignore the property quarkus.kubernetes.ports.<name>.protocol
  • #28304 - Prefix OIDC DevUI service path with forward slash
  • #28300 - Updates to Infinispan 13.0.11.Final
  • #28299 - OIDC: Fix wait strategy not respecting timeout
  • #28296 - Register the StorkClientRequestFilter when we detect a URI starting with stork:// or storks://
  • #28292 - StorkClientRequestFilter not registered when using ClientBuilder to build a jax-rs client
  • #28285 - Run fireOnDataFetchError on batch errors
  • #28283 - Disable all KafkaDevServicesContinuousTesting as flaky
  • #28281 - Disable OpenTelemetryReactiveClientTest#post() as flaky
  • #28276 - Qute getting started guide - remove outdated section about async APIs
  • #28272 - Bump snakeyaml from 1.32 to 1.33
  • #28268 - Fix NPE when the subprotocol of websocket is null
  • #28265 - Fix unmodifiableList handling of parameterized tests
  • #28262 - Proofreading for security-csrf-prevention.adoc
  • #28259 - Fix the original JAR path check in the JarResultBuildStep
  • #28254 - Restore the query when redirecting to the OIDC error path
  • #28253 - Create Kafka admin client for health check only with necessary config
  • #28251 - Filter out a message on Mac indicating that Netty falls back to the system DNS resolver
  • #28246 - Using oidc error-path doesn't keep the original path params used for session handling
  • #28243 - Bump Hibernate Reactive from 1.1.7.Final to 1.1.8.Final
  • #28237 - Bump junit-jupiter from 5.9.0 to 5.9.1
  • #28235 - Fix support for rootless docker context

... (truncated)

Commits
  • 847cf18 [RELEASE] - Bump version to 2.13.1.Final
  • f4017e4 Merge pull request #28392 from gsmet/2.13.1-backports-3
  • 7c8ff26 Test properties containing a double-quote alone with q/dev/io.quarkus.quarkus...
  • d57a215 Fix ConfigDescriptionsManager misinterpreting a double-quote alone (") as a...
  • 165c1ae Minor improvements in security-openid-connect-client guide
  • 6dbbd2b Fix more wrong endpoints in openid-connect-client guide
  • 37f3de6 Incorporate quickstart changes in security-openid-connect-client guide
  • 1532056 Merge pull request #28380 from gsmet/2.13.1-backports-2
  • 4a29d46 Update Kotlin to version 1.7.20
  • 9946571 Honour DOCKER_CONFIG env var in jib the same way as in jib-core
  • 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 [qute-core](https://github.com/quarkusio/quarkus) from 2.12.0.Final to 2.13.1.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.12.0.Final...2.13.1.Final)

---
updated-dependencies:
- dependency-name: io.quarkus.qute:qute-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 6, 2022
@carlosthe19916 carlosthe19916 merged commit 9e8313f into master Oct 12, 2022
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus.qute-qute-core-2.13.1.Final branch October 12, 2022 14:00
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.

1 participant