ozangunalp / kafka-native

Kafka broker compiled to native using Quarkus and GraalVM.
Apache License 2.0
103 stars 13 forks source link

Bump quarkus.platform.version from 3.11.2 to 3.11.3 #193

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps quarkus.platform.version from 3.11.2 to 3.11.3. Updates io.quarkus.platform:quarkus-bom from 3.11.2 to 3.11.3

Commits
  • d790eb9 [maven-release-plugin] prepare release 3.11.3
  • d2452e0 Merge pull request #1226 from gsmet/quarkus-3.11.3
  • c822a98 Upgrade to Quarkus 3.11.3
  • 2d26d3f [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.quarkus.platform:quarkus-maven-plugin from 3.11.2 to 3.11.3

Commits
  • d790eb9 [maven-release-plugin] prepare release 3.11.3
  • d2452e0 Merge pull request #1226 from gsmet/quarkus-3.11.3
  • c822a98 Upgrade to Quarkus 3.11.3
  • 2d26d3f [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.quarkus:quarkus-extension-maven-plugin from 3.11.2 to 3.11.3

Release notes

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

3.11.3

Complete changelog

  • #39909 - [3.2] [3.8] Empty welcome page on new projects for old versions of Quarkus
  • #40614 - HTTP Access Logs should allow ISO 8601 date format
  • #40851 - kafka metrics : label kafka_version=unknown in native mode
  • #40970 - Upgrade SmallRye BeanBag to 1.5.0
  • #41110 - Quarkus REST: various issues with lastModified dates
  • #41121 - Avoid using outdated OpenRewrite config in quarkus update
  • #41123 - Quarkus REST: Fix two Date issues regarding preconditions
  • #41146 - Add documentation about the Quarkus REST's @Separator
  • #41202 - Introduce finer version control for codestarts and use it
  • #41218 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • #41221 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • #41252 - Document DateTimeAttribute's %{time, form
  • #41254 - Fix index.html for compat before 3.9 and dynamic index
  • #41278 - Add kafka-version.properties as native image resource
  • #41287 - Upgrade SmallRye BeanBag to 1.5.2
Commits
  • 10fd503 [RELEASE] - Bump version to 3.11.3
  • 1eef1c7 Merge pull request #41294 from gsmet/3.11.3-backports-2
  • 8b78a0c Upgrade SmallRye BeanBag to 1.5.2
  • a8acdcf Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • d9c35e6 Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • db8c9cb Upgrade SmallRye BeanBag to 1.5.0
  • 8bfc18c Add kafka-version.properties as native image resource
  • b5956f7 Document DateTimeAttribute's %{time, form
  • e6f876c Fix index.html for compat before 3.9 and dynamic index
  • 0d58d4c Fix two Date issues regarding preconditions
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.11.2 to 3.11.3

Updates io.quarkus:quarkus-extension-processor from 3.11.2 to 3.11.3

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 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)
dependabot[bot] commented 3 months ago

Superseded by #194.