From c47165fc95d206b8ba716be1c4868f5a6c88832c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:18:39 +0000 Subject: [PATCH] Bump org.eclipse.jetty:jetty-reactive-httpclient from 4.0.3 to 4.0.4 Bumps [org.eclipse.jetty:jetty-reactive-httpclient](https://github.com/jetty-project/jetty-reactive-httpclient) from 4.0.3 to 4.0.4. - [Commits](https://github.com/jetty-project/jetty-reactive-httpclient/compare/4.0.3...4.0.4) --- 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 3e3a674..1179108 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.5.0' implementation 'pl.allegro.tech.hermes:hermes-client:2.6.6' - implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.3' + implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4' implementation 'io.projectreactor.netty:reactor-netty:1.1.18' testRuntimeOnly("org.junit.platform:junit-platform-launcher")