File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,18 @@ configure(allprojects) { project ->
186
186
exclude group : " org.hamcrest" , name : " hamcrest-core"
187
187
}
188
188
}
189
- dependencySet(group : ' org.mockito' , version : ' 3.2.4 ' ) {
189
+ dependencySet(group : ' org.mockito' , version : ' 3.3.3 ' ) {
190
190
entry(' mockito-core' ) {
191
191
exclude group : " org.hamcrest" , name : " hamcrest-core"
192
192
}
193
193
entry ' mockito-junit-jupiter'
194
194
}
195
- dependency " io.mockk:mockk:1.9.3 "
195
+ dependency " io.mockk:mockk:1.10.0 "
196
196
197
- dependency(" net.sourceforge.htmlunit:htmlunit:2.38.0 " ) {
197
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.39.1 " ) {
198
198
exclude group : " commons-logging" , name : " commons-logging"
199
199
}
200
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.38 .0" ) {
200
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.39 .0" ) {
201
201
exclude group : " commons-logging" , name : " commons-logging"
202
202
}
203
203
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
@@ -327,7 +327,7 @@ configure([rootProject] + javaProjects) { project ->
327
327
}
328
328
329
329
checkstyle {
330
- toolVersion = " 8.30 "
330
+ toolVersion = " 8.31 "
331
331
configDir = rootProject. file(" src/checkstyle" )
332
332
}
333
333
You can’t perform that action at this time.
0 commit comments