File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
97
97
implementation ' com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
98
98
implementation ' com.jayway.jsonpath:json-path:2.9.0'
99
99
implementation ' org.apache.httpcomponents.client5:httpclient5:5.4.2'
100
- implementation ' io.projectreactor.netty:reactor-netty-http:1.2.3 '
100
+ implementation ' io.projectreactor.netty:reactor-netty-http:1.2.4 '
101
101
implementation ' org.apache.maven:maven-artifact:3.9.9'
102
102
implementation ' commons-codec:commons-codec:1.18.0'
103
103
// for RFC5987 parsing of content-disposition filename*
@@ -120,7 +120,7 @@ dependencies {
120
120
testImplementation ' org.junit.jupiter:junit-jupiter'
121
121
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
122
122
123
- testImplementation ' org.mockito:mockito-junit-jupiter:5.16.0 '
123
+ testImplementation ' org.mockito:mockito-junit-jupiter:5.16.1 '
124
124
// would like to transition these to wiremock
125
125
testImplementation ' org.mock-server:mockserver-junit-jupiter:5.15.0'
126
126
// 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