Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-reactive-httpclient from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.jetty:jetty-reactive-httpclient](https://github.com/jetty-project/jetty-reactive-httpclient) from 4.0.1 to 4.0.2.
- [Commits](jetty-project/jetty-reactive-httpclient@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent fd7d552 commit 956b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2.3-message-broker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.4'
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")
Expand Down

0 comments on commit 956b71e

Please sign in to comment.