From 939cff025c8d078bcbcc7237310b99d55b481632 Mon Sep 17 00:00:00 2001 From: Nathan Fallahi <4059671+nashafa@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:00:11 -0500 Subject: [PATCH] build(deps): bump io.projectreactor.netty:reactor-netty-http Upgrade reactor-netty-http to 1.3.0. This new release brings Netty to 4.2 and should fix #655. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c82d491..1a4841bc 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39' implementation 'com.jayway.jsonpath:json-path:2.10.0' implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1' - implementation 'io.projectreactor.netty:reactor-netty-http:1.2.11' + implementation 'io.projectreactor.netty:reactor-netty-http:1.3.0' implementation 'org.apache.maven:maven-artifact:3.9.11' implementation 'commons-codec:commons-codec:1.19.0' // for RFC5987 parsing of content-disposition filename*