File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
9696 implementation ' com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
9797 implementation ' com.jayway.jsonpath:json-path:2.9.0'
9898 implementation ' org.apache.httpcomponents.client5:httpclient5:5.4'
99- implementation ' io.projectreactor.netty:reactor-netty-http:1.1.22 '
99+ implementation ' io.projectreactor.netty:reactor-netty-http:1.1.23 '
100100 implementation ' org.apache.maven:maven-artifact:3.9.9'
101101 implementation ' commons-codec:commons-codec:1.17.1'
102102 // for RFC5987 parsing of content-disposition filename*
@@ -112,8 +112,8 @@ dependencies {
112112 // https://github.com/webcompere/model-assert
113113 // for json assertions
114114 testImplementation ' uk.org.webcompere:model-assert:1.0.3'
115- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.2 '
116- testImplementation ' org.mockito:mockito-junit-jupiter:5.14.1 '
115+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
116+ testImplementation ' org.mockito:mockito-junit-jupiter:5.14.2 '
117117 // would like to transition these to wiremock
118118 testImplementation ' org.mock-server:mockserver-junit-jupiter:5.15.0'
119119 // https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8
You can’t perform that action at this time.
0 commit comments