From 466c2d5489e16df3886d189995ade5ff41f85912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Jan 2019 12:22:12 +0000 Subject: [PATCH] Bump amqp-client from 5.5.1 to 5.5.2 in /core (#1122) Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.5.1 to 5.5.2.
Release notes *Sourced from [amqp-client's releases](https://github.com/rabbitmq/rabbitmq-java-client/releases).* > ## 5.5.2 > This is a patch release with a bug fix. All users of the 5.x.x series are encouraged to upgrade to this version. > > Thanks to Andrew Steinborn for his contribution on this release. > > # Changes between 5.5.1 and 5.5.2 > > ## Spurious warnings emitted by ClientVersion when the library is relocated > > GitHub issue: [#436](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/436)
Changelog *Sourced from [amqp-client's changelog](https://github.com/rabbitmq/rabbitmq-java-client/blob/v5.5.2/release-versions.txt).* > RELEASE_VERSION="5.5.2" > DEVELOPMENT_VERSION="5.5.3-SNAPSHOT"
Commits - [`0310c49`](https://github.com/rabbitmq/rabbitmq-java-client/commit/0310c495d7794663af295a2fc0895a091d27b4dd) [maven-release-plugin] prepare release v5.5.2 - [`5835658`](https://github.com/rabbitmq/rabbitmq-java-client/commit/583565817f36f2c989c00d30bef8306f8edd15f3) Set release version to 5.5.2 - [`d2e12e1`](https://github.com/rabbitmq/rabbitmq-java-client/commit/d2e12e1c0a7f6484f2c5369b86823592170cf880) Add link to issue in comment - [`f2470e0`](https://github.com/rabbitmq/rabbitmq-java-client/commit/f2470e0a121967f75cb0d01a118f4abf96003e14) Fix warnings in ClientVersion when amqp-client is relocated - [`1eb5590`](https://github.com/rabbitmq/rabbitmq-java-client/commit/1eb5590114f6200ef0331f45538d66a9366e2943) Increase expiry epsilon in dead letter test - [`d67b90d`](https://github.com/rabbitmq/rabbitmq-java-client/commit/d67b90da991ef03ef3b349778d9ce3086ce23e90) Set release version to 5.5.2.RC1 - [`7157d43`](https://github.com/rabbitmq/rabbitmq-java-client/commit/7157d434a31ade002e654210f46c33bce8c24116) [maven-release-plugin] prepare for next development iteration - See full diff in [compare view](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.5.1...v5.5.2)

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.rabbitmq:amqp-client&package-manager=gradle&previous-version=5.5.1&new-version=5.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=com.rabbitmq:amqp-client&package-manager=gradle&previous-version=5.5.1&new-version=5.5.2) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
--- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index bbea849c37b..8c36aba5893 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -118,7 +118,7 @@ dependencies { } testCompile 'redis.clients:jedis:3.0.1' - testCompile 'com.rabbitmq:amqp-client:5.5.1' + testCompile 'com.rabbitmq:amqp-client:5.5.2' testCompile 'org.mongodb:mongo-java-driver:3.9.1' testCompile ('org.mockito:mockito-core:2.23.4') { exclude(module: 'hamcrest-core')