Skip to content

Commit

Permalink
Merge pull request #23 from allegro/dependabot/gradle/org.eclipse.jet…
Browse files Browse the repository at this point in the history
…ty-jetty-reactive-httpclient-4.0.2

Bump org.eclipse.jetty:jetty-reactive-httpclient from 4.0.1 to 4.0.2
  • Loading branch information
3750 authored Jan 11, 2024
2 parents fd7d552 + 956b71e commit 65a7154
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 65a7154

Please sign in to comment.