From 700a1a2b7bc353d7dd95134a40573f21dd285fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:09:09 +0000 Subject: [PATCH] Bump pl.allegro.tech.hermes:hermes-client from 2.5.3 to 2.5.4 Bumps [pl.allegro.tech.hermes:hermes-client](https://github.com/allegro/hermes) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/allegro/hermes/releases) - [Changelog](https://github.com/allegro/hermes/blob/master/RELEASE_FLOW.md) - [Commits](https://github.com/allegro/hermes/compare/hermes-2.5.3...hermes-2.5.4) --- updated-dependencies: - dependency-name: pl.allegro.tech.hermes:hermes-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- part2.3-message-broker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part2.3-message-broker/build.gradle b/part2.3-message-broker/build.gradle index eb90064..202460c 100644 --- a/part2.3-message-broker/build.gradle +++ b/part2.3-message-broker/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework:spring-webflux' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0' - implementation 'pl.allegro.tech.hermes:hermes-client:2.5.3' + implementation 'pl.allegro.tech.hermes:hermes-client:2.5.4' implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.1' implementation 'io.projectreactor.netty:reactor-netty:1.1.14'