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.2.Final #90

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from quarkus-bom's releases.

2.13.2.Final

Complete changelog

  • #28525 - Upgrade Gizmo to 1.1.1.Final - 2.13
  • #28500 - Add Rest Client Guide to Dev UI
  • #28498 - Fix RESTEasy Reactive testsuite
  • #28495 - Bump scala.version from 2.13.9 to 2.13.10
  • #28478 - Make sure all CLI commands work with Powershell
  • #28477 - Fix RESTEasy Reactive Kotlin serialization extensions
  • #28472 - Move OidcClientFilter annotation to quarkus-oidc-client
  • #28470 - Move OidcClientFilter annotation to quarkus-oidc-client
  • #28465 - CLI example from guide do not work on PowerShell on Windows
  • #28464 - Ensure that JAX-RS Cookie parameter type is usable in Resource methods
  • #28462 - Prevent possible NPE when building violations report
  • #28458 - Use fixed ports in Dev Service for Keycloak on shared network & user request
  • #28453 - CookieParam is not correctly handled by the default Resteasy Reactive converter
  • #28451 - Introduce a version of @​OidcClientFilter for the reactive client
  • #28442 - Fix RESTEasy Reactive match bug
  • #28436 - Eventbus documentation uses non existing method
  • #28434 - Fixed maven and gradle snippet in documentation for artemis-jms
  • #28431 - Registration for reflection of non-public classes under java. fails silently
  • #28426 - Update the keycloak-admin-client doc to show a correct URL for legacy Keycloak
  • #28419 - Make sure the app model is initialized from the POMs provided by the Maven plugin
  • #28417 - Add ':Z' opt to volume mount in OpenTelemetry guide
  • #28413 - Bump elasticsearch-opensource-components.version from 8.4.2 to 8.4.3
  • #28412 - Allows Linux-only extensions on Windows with Linux builder image
  • #28408 - Update OIDC DevUI to accept hybrid application types
  • #28404 - Upgrade protobuf to 3.19.6
  • #28400 - Add link to datasource guide for JDBC and datasource extensions
  • #28390 - Bump mongo-client.version from 4.7.1 to 4.7.2
  • #28384 - Improve OpenApi CORS message
  • #28377 - Log on startup with "Default CORS properties will be used, please use 'quarkus.http.cors' properties instead" without more information
  • #28375 - Quarkus fails when using jgitver
  • #28335 - Native awt build fails on Windows also when running with native-build-container
  • #28294 - Retry the admin token acquisition in DevServices for Keycloak
  • #28284 - Container image registry is ignored when using quarkus-openshift
  • #28134 - Use proper type for serializing Kotlin response
  • #28110 - Bump elasticsearch-opensource-components.version from 8.4.1 to 8.4.2
  • #28096 - Serializer for class 'ArrayList' is not found.
  • #28077 - Update to Netty 4.1.82 and Brotli4J 1.8.0
  • #28074 - Bump scala.version from 2.13.8 to 2.13.9
  • #27763 - Incorrect Devservices config generated for Keycloak with Testcontainers Cloud
  • #27594 - Avoid leaking memory in SseParser
  • #16522 - Enhance RestClient Reactive to support registering providers via custom annotations

2.13.1.Final

Major changes

  • #28320 - Deprecate SmallRye OpenTracing and SmallRye Metrics

... (truncated)

Commits
  • e249b50 [RELEASE] - Bump version to 2.13.2.Final
  • aff3ad2 Merge pull request #28525 from gsmet/2.13-gizmo-1.1.1
  • 632abed Upgrade Gizmo to 1.1.1.Final
  • 3d61bd5 Merge pull request #28396 from gsmet/2.13.2-backports-1
  • 3aaf91e Fix RESTEasy Reactive Kotlin Serialization Common extension
  • 65f92e2 Fix package structure of Kotlin serialization extensions
  • ee710b9 Add Rest Client Guide to Dev UI
  • eced01e Bump scala.version from 2.13.9 to 2.13.10
  • 8bd4c6a Fix RESTEasy Reactive testsuite
  • 0f812d5 Fix RR match bug
  • Additional commits viewable in compare view


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

Updates quarkus-bootstrap-maven-plugin from 2.12.0.Final to 2.13.2.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 #91.