diff --git a/build.gradle b/build.gradle index 8de995a8..9da77a9f 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,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.2.1' + implementation 'io.projectreactor.netty:reactor-netty-http:1.2.2' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.17.2' // for RFC5987 parsing of content-disposition filename* @@ -107,7 +107,7 @@ dependencies { // For IMPLODE compression used by some CurseForge modpacks implementation 'org.apache.commons:commons-compress:1.27.1' - testImplementation 'org.assertj:assertj-core:3.27.2' + testImplementation 'org.assertj:assertj-core:3.27.3' // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.1.0'