diff --git a/build.gradle b/build.gradle index f67f390..358dda6 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.openapitools:jackson-databind-nullable:0.2.9' implementation 'org.springframework:spring-webflux:6.2.17' - implementation ('io.projectreactor.netty:reactor-netty:1.3.2') { + implementation ('io.projectreactor.netty:reactor-netty:1.3.4') { exclude group: 'io.netty', module: 'netty-codec-http' } implementation 'io.netty:netty-codec-http:4.2.10.Final' // Transitive from reactor netty