Skip to content

Commit

Permalink
Bump io.projectreactor.netty:reactor-netty from 1.1.15 to 1.1.17
Browse files Browse the repository at this point in the history
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.1.15 to 1.1.17.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.15...v1.1.17)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent e8cc277 commit 020ff44
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 @@ -21,7 +21,7 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
implementation 'pl.allegro.tech.hermes:hermes-client:2.6.0'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.3'
implementation 'io.projectreactor.netty:reactor-netty:1.1.15'
implementation 'io.projectreactor.netty:reactor-netty:1.1.17'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation project(':commons')
Expand Down

0 comments on commit 020ff44

Please sign in to comment.