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.3.1'
99- implementation ' io.projectreactor.netty:reactor-netty-http:1.1.20 '
99+ implementation ' io.projectreactor.netty:reactor-netty-http:1.1.21 '
100100 implementation ' org.apache.maven:maven-artifact:3.9.8'
101101 implementation ' commons-codec:commons-codec:1.17.0'
102102 // for RFC5987 parsing of content-disposition filename*
@@ -108,10 +108,10 @@ dependencies {
108108 // For IMPLODE compression used by some CurseForge modpacks
109109 implementation ' org.apache.commons:commons-compress:1.26.2'
110110
111- testImplementation ' org.assertj:assertj-core:3.26.0 '
111+ testImplementation ' org.assertj:assertj-core:3.26.3 '
112112 // https://github.com/webcompere/model-assert
113113 // for json assertions
114- testImplementation ' uk.org.webcompere:model-assert:1.0.2 '
114+ testImplementation ' uk.org.webcompere:model-assert:1.0.3 '
115115 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.3'
116116 testImplementation ' org.mockito:mockito-junit-jupiter:5.12.0'
117117 // would like to transition these to wiremock
You can’t perform that action at this time.
0 commit comments