From d5d674292999c29b3861d4db87ae873fc3bd8320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 03:44:00 +0000 Subject: [PATCH] Bump php-amqplib/rabbitmq-bundle from 2.14.0 to 2.15.0 Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases) - [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG) - [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.14.0...2.15.0) --- updated-dependencies: - dependency-name: php-amqplib/rabbitmq-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 8a3e43b0f..e402c19c1 100644 --- a/composer.lock +++ b/composer.lock @@ -6214,16 +6214,16 @@ }, { "name": "php-amqplib/rabbitmq-bundle", - "version": "2.14.0", + "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/php-amqplib/RabbitMqBundle.git", - "reference": "a80937c30214ffb36683c27edb226ed59492bd08" + "reference": "b6299e099d36e9aeedbac8a272a612121cac26cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/a80937c30214ffb36683c27edb226ed59492bd08", - "reference": "a80937c30214ffb36683c27edb226ed59492bd08", + "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/b6299e099d36e9aeedbac8a272a612121cac26cc", + "reference": "b6299e099d36e9aeedbac8a272a612121cac26cc", "shasum": "" }, "require": { @@ -6287,9 +6287,9 @@ ], "support": { "issues": "https://github.com/php-amqplib/RabbitMqBundle/issues", - "source": "https://github.com/php-amqplib/RabbitMqBundle/tree/2.14.0" + "source": "https://github.com/php-amqplib/RabbitMqBundle/tree/2.15.0" }, - "time": "2024-01-10T14:06:07+00:00" + "time": "2024-03-19T15:58:48+00:00" }, { "name": "php-http/client-common",