From 61a5e3c41de7122aa89e84de09cfb1ce9de4345a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:34:09 +0000 Subject: [PATCH] Bump org.eclipse.jetty:jetty-reactive-httpclient from 4.0.1 to 4.0.2 Bumps [org.eclipse.jetty:jetty-reactive-httpclient](https://github.com/jetty-project/jetty-reactive-httpclient) from 4.0.1 to 4.0.2. - [Commits](https://github.com/jetty-project/jetty-reactive-httpclient/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-reactive-httpclient 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..31178c1 100644 --- a/part2.3-message-broker/build.gradle +++ b/part2.3-message-broker/build.gradle @@ -20,7 +20,7 @@ dependencies { 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 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.1' + implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.2' implementation 'io.projectreactor.netty:reactor-netty:1.1.14' testRuntimeOnly("org.junit.platform:junit-platform-launcher")