We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152a260 + 6cd53c2 commit 32888ecCopy full SHA for 32888ec
part2.3-message-broker/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
22
implementation 'pl.allegro.tech.hermes:hermes-client:2.11.2'
23
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
24
- implementation 'io.projectreactor.netty:reactor-netty:1.2.0'
+ implementation 'io.projectreactor.netty:reactor-netty:1.3.0'
25
26
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
27
testImplementation project(':commons')
0 commit comments