From e325ff958374178c1b74d14eb0f26c5c76c6ce94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:05:40 +0000 Subject: [PATCH] Bump org.springframework.amqp:spring-rabbit from 4.0.3 to 4.1.0 Bumps [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/spring-projects/spring-amqp/releases) - [Commits](https://github.com/spring-projects/spring-amqp/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.amqp:spring-rabbit dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vividus-plugin-rabbitmq/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vividus-plugin-rabbitmq/build.gradle b/vividus-plugin-rabbitmq/build.gradle index 534eec2a41..cb506f93d8 100644 --- a/vividus-plugin-rabbitmq/build.gradle +++ b/vividus-plugin-rabbitmq/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation project(':vividus-soft-assert') implementation project(':vividus-util') - implementation('org.springframework.amqp:spring-rabbit:4.0.3') + implementation('org.springframework.amqp:spring-rabbit:4.1.0') testImplementation platform(libs.junit.bom) testImplementation(libs.junit.jupiter)