From cb9349806438b5d517f612d11975e9b737ef0648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:57:58 -0600 Subject: [PATCH] build(deps): bump io.projectreactor.netty:reactor-netty-http (#491) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d7ebc0..9b38b04 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39' implementation 'com.jayway.jsonpath:json-path:2.9.0' implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1' - implementation 'io.projectreactor.netty:reactor-netty-http:1.1.23' + implementation 'io.projectreactor.netty:reactor-netty-http:1.2.0' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.17.1' // for RFC5987 parsing of content-disposition filename*