diff --git a/build.gradle b/build.gradle index de5272ea..4afa21d8 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.9.0' implementation 'org.apache.httpcomponents.client5:httpclient5:5.4' - implementation 'io.projectreactor.netty:reactor-netty-http:1.1.22' + implementation 'io.projectreactor.netty:reactor-netty-http:1.1.23' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.17.1' // for RFC5987 parsing of content-disposition filename* @@ -112,8 +112,8 @@ dependencies { // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' - testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' // would like to transition these to wiremock testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0' // https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8