Skip to content

Commit

Permalink
Merge pull request #1 from allegro/dependabot/gradle/org.eclipse.jett…
Browse files Browse the repository at this point in the history
…y-jetty-reactive-httpclient-4.0.1

Bump org.eclipse.jetty:jetty-reactive-httpclient from 4.0.0 to 4.0.1
  • Loading branch information
bgalek authored Nov 3, 2023
2 parents a878cab + ab2882c commit af6583a
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.2.0'
implementation 'pl.allegro.tech.hermes:hermes-client:2.5.0'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.0'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.1'
implementation 'io.projectreactor.netty:reactor-netty:1.1.12'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit af6583a

Please sign in to comment.