@@ -123,8 +123,8 @@ configure(allprojects) { project ->
123
123
dependency " net.sf.ehcache:ehcache:2.10.6"
124
124
dependency " org.ehcache:jcache:1.0.1"
125
125
dependency " org.ehcache:ehcache:3.4.0"
126
- dependency " org.hibernate:hibernate-core:5.4.32 .Final"
127
- dependency " org.hibernate:hibernate-validator:6.2.0 .Final"
126
+ dependency " org.hibernate:hibernate-core:5.4.33 .Final"
127
+ dependency " org.hibernate:hibernate-validator:6.2.1 .Final"
128
128
dependency " org.webjars:webjars-locator-core:0.48"
129
129
dependency " org.webjars:underscorejs:1.8.3"
130
130
@@ -191,25 +191,25 @@ configure(allprojects) { project ->
191
191
dependency " org.junit.support:testng-engine:1.0.1"
192
192
dependency " org.hamcrest:hamcrest:2.1"
193
193
dependency " org.awaitility:awaitility:3.1.6"
194
- dependency " org.assertj:assertj-core:3.21 .0"
195
- dependencySet(group : ' org.xmlunit' , version : ' 2.8.3 ' ) {
194
+ dependency " org.assertj:assertj-core:3.22 .0"
195
+ dependencySet(group : ' org.xmlunit' , version : ' 2.8.4 ' ) {
196
196
entry ' xmlunit-assertj'
197
197
entry(' xmlunit-matchers' ) {
198
198
exclude group : " org.hamcrest" , name : " hamcrest-core"
199
199
}
200
200
}
201
- dependencySet(group : ' org.mockito' , version : ' 4.1 .0' ) {
201
+ dependencySet(group : ' org.mockito' , version : ' 4.2 .0' ) {
202
202
entry(' mockito-core' ) {
203
203
exclude group : " org.hamcrest" , name : " hamcrest-core"
204
204
}
205
205
entry ' mockito-junit-jupiter'
206
206
}
207
207
dependency " io.mockk:mockk:1.12.1"
208
208
209
- dependency(" net.sourceforge.htmlunit:htmlunit:2.55 .0" ) {
209
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.56 .0" ) {
210
210
exclude group : " commons-logging" , name : " commons-logging"
211
211
}
212
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.55 .0" ) {
212
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.56 .0" ) {
213
213
exclude group : " commons-logging" , name : " commons-logging"
214
214
}
215
215
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
0 commit comments