reinhapa / rabbitmq-cdi

Provides a JavaEE Event ←→ RabbitMQ bridge
MIT License
17 stars 11 forks source link

Bump com.rabbitmq:amqp-client from 5.16.0 to 5.17.0 #390

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.rabbitmq:amqp-client from 5.16.0 to 5.17.0.

Release notes

Sourced from com.rabbitmq:amqp-client's releases.

v5.17.0

Changes between 5.16.0 and 5.17.0

This is a minor release with bug fixes, usability improvements, and dependency upgrades. It is compatible with 5.16.x. All users of the 5.x.x series are encouraged to upgrade.

Thanks to Nikita Nefedov (@​nikita2206) for his contribution.

Remove hard dependency on Jackson in OAuth 2 support

GitHub PR: #969

NPE in AbstractMetricsCollector when channel limit is exceeded

GitHub issue: #944

Report publish failures for the closed channel as well

GitHub PR: #943

Remove dependency on java.sql.Timestamp

GitHub PR: #878

Bump dependencies

GitHub issue: #848

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.17.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.17.0'

v5.17.0.RC2

Changes between 5.16.0 and 5.17.0.RC2

This is a pre-release for 5.17.0, a maintenance release with bug fixes, usability improvements, and dependency upgrades. It is compatible with 5.16.x. All users of the 5.x.x series are encouraged to test it.

... (truncated)

Commits
  • adf79b6 [maven-release-plugin] prepare release v5.17.0
  • 7900763 Set release version to 5.17.0
  • d0b78e4 Merge pull request #996 from rabbitmq/dependabot/maven/5.x.x-stable/org.apach...
  • be54463 Bump maven-release-plugin from 2.5.3 to 3.0.0
  • 98a0b45 Back to metrics 4.2.17
  • dbd05e1 Merge pull request #992 from rabbitmq/dependabot/maven/5.x.x-stable/io.dropwi...
  • a8c9c02 Bump metrics-core from 4.2.17 to 4.2.18
  • 9596983 Set release version to 5.17.0.RC3
  • eff0aa8 [maven-release-plugin] prepare for next development iteration
  • 34e9c8c [maven-release-plugin] prepare release v5.17.0.RC2
  • 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)

This change is Reviewable