smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Bump version.vertx from 4.2.7 to 4.3.0 #160

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps version.vertx from 4.2.7 to 4.3.0. Updates vertx-core from 4.2.7 to 4.3.0

Commits
  • a2b63f7 Releasing 4.3.0
  • a8d9a16 Codec improvements (#4362)
  • 4316fa6 HTPP client ignores direct H2C preface errors
  • 96d696d Make ClusterSerializable extend impl.ClusterSerializable (#4363)
  • 8237940 Improve worker message delivery to avoid using an intermediary event-loop to ...
  • 6d85a5e ClusterSerializable improvements (#4359)
  • 6466066 Local consumer should never get a message sent or published remotely (#4350)
  • 16fcc0f Merge pull request #4352 from eclipse-vertx/collectable-shared-worker-executor
  • 7086da8 Replace the finalizer of DatagramSocket with a CloseFuture
  • bd8281c Shared worker executor should use its own CloseFuture, so a collected shared ...
  • Additional commits viewable in compare view


Updates vertx-junit5 from 4.2.7 to 4.3.0

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)
dmlloyd commented 2 years ago

Seems OK to me on the surface, but do we want the dependency to be on the earliest supported version?

radcortez commented 2 years ago

Seems OK to me on the surface, but do we want the dependency to be on the earliest supported version?

No. We should always wait for Quarkus to update first.

dependabot[bot] commented 2 years ago

Superseded by #165.