diff --git a/build.gradle b/build.gradle index 4fed30d..b3e8e29 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.19' - implementation ('io.projectreactor.netty:reactor-netty:1.3.4') { + implementation ('io.projectreactor.netty:reactor-netty:1.3.6') { exclude group: 'io.netty', module: 'netty-codec-http' } implementation 'io.netty:netty-codec-http:4.2.16.Final' // Transitive from reactor netty