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 @@ -92,7 +92,7 @@ configure(allprojects) { project ->
9292 entry ' jibx-run'
9393 }
9494 dependency " org.ogce:xpp3:1.1.6"
95- dependency " org.yaml:snakeyaml:1.29 "
95+ dependency " org.yaml:snakeyaml:1.30 "
9696
9797 dependency " com.h2database:h2:1.4.200"
9898 dependency " com.github.ben-manes.caffeine:caffeine:2.9.3"
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150150 }
151151 }
152152
153- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.9 "
153+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.10 "
154154 dependency ' org.apache.httpcomponents.client5:httpclient5:5.1.2'
155155 dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.2'
156156 dependency(" org.apache.httpcomponents:httpclient:4.5.13" ) {
@@ -204,7 +204,7 @@ configure(allprojects) { project ->
204204 }
205205 entry ' mockito-junit-jupiter'
206206 }
207- dependency " io.mockk:mockk:1.12.0 "
207+ dependency " io.mockk:mockk:1.12.1 "
208208
209209 dependency(" net.sourceforge.htmlunit:htmlunit:2.55.0" ) {
210210 exclude group : " commons-logging" , name : " commons-logging"
You can’t perform that action at this time.
0 commit comments