quarkiverse / quarkus-opencv

OpenCV extension for Quarkus
Apache License 2.0
6 stars 4 forks source link

Bump quarkus.version from 2.12.0.Final to 2.13.1.Final #89

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.12.0.Final to 2.13.1.Final. Updates quarkus-bom from 2.12.0.Final to 2.13.1.Final

Release notes

Sourced from quarkus-bom'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


Updates quarkus-maven-plugin from 2.12.0.Final to 2.13.1.Final

Updates quarkus-bootstrap-maven-plugin from 2.12.0.Final to 2.13.1.Final

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)
dependabot[bot] commented 1 year ago

Superseded by #90.