diff --git a/build.gradle b/build.gradle index 27ba4be7..a65c229b 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.5' - implementation 'io.projectreactor.netty:reactor-netty-http:1.2.9' + implementation 'io.projectreactor.netty:reactor-netty-http:1.2.10' implementation 'org.apache.maven:maven-artifact:3.9.11' implementation 'commons-codec:commons-codec:1.19.0' // for RFC5987 parsing of content-disposition filename* @@ -109,7 +109,7 @@ dependencies { // For IMPLODE compression used by some CurseForge modpacks implementation 'org.apache.commons:commons-compress:1.28.0' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.6' // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.1.0'