File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ configure(allprojects) { project ->
92
92
entry ' jibx-run'
93
93
}
94
94
dependency " org.ogce:xpp3:1.1.6"
95
- dependency " org.yaml:snakeyaml:1.29 "
95
+ dependency " org.yaml:snakeyaml:1.30 "
96
96
97
97
dependency " com.h2database:h2:1.4.200"
98
98
dependency " com.github.ben-manes.caffeine:caffeine:2.9.3"
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150
150
}
151
151
}
152
152
153
- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.9 "
153
+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.10 "
154
154
dependency ' org.apache.httpcomponents.client5:httpclient5:5.1.2'
155
155
dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.2'
156
156
dependency(" org.apache.httpcomponents:httpclient:4.5.13" ) {
@@ -204,7 +204,7 @@ configure(allprojects) { project ->
204
204
}
205
205
entry ' mockito-junit-jupiter'
206
206
}
207
- dependency " io.mockk:mockk:1.12.0 "
207
+ dependency " io.mockk:mockk:1.12.1 "
208
208
209
209
dependency(" net.sourceforge.htmlunit:htmlunit:2.55.0" ) {
210
210
exclude group : " commons-logging" , name : " commons-logging"
You can’t perform that action at this time.
0 commit comments