Skip to content

Commit 32888ec

Browse files
authored
Merge pull request #123 from allegro/dependabot/gradle/io.projectreactor.netty-reactor-netty-1.3.0
Bump io.projectreactor.netty:reactor-netty from 1.2.0 to 1.3.0
2 parents 152a260 + 6cd53c2 commit 32888ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part2.3-message-broker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
2222
implementation 'pl.allegro.tech.hermes:hermes-client:2.11.2'
2323
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
24-
implementation 'io.projectreactor.netty:reactor-netty:1.2.0'
24+
implementation 'io.projectreactor.netty:reactor-netty:1.3.0'
2525

2626
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2727
testImplementation project(':commons')

0 commit comments

Comments
 (0)