@@ -45,7 +45,7 @@ configure(allprojects) { project ->
45
45
dependency " org.slf4j:slf4j-api:1.7.30"
46
46
dependency " com.google.code.findbugs:jsr305:3.0.2"
47
47
48
- dependencySet(group : ' org.aspectj' , version : ' 1.9.5 ' ) {
48
+ dependencySet(group : ' org.aspectj' , version : ' 1.9.6 ' ) {
49
49
entry ' aspectjrt'
50
50
entry ' aspectjtools'
51
51
entry ' aspectjweaver'
@@ -115,7 +115,7 @@ configure(allprojects) { project ->
115
115
dependency " net.sf.ehcache:ehcache:2.10.6"
116
116
dependency " org.ehcache:jcache:1.0.1"
117
117
dependency " org.ehcache:ehcache:3.4.0"
118
- dependency " org.hibernate:hibernate-core:5.4.20 .Final"
118
+ dependency " org.hibernate:hibernate-core:5.4.21 .Final"
119
119
dependency " org.hibernate:hibernate-validator:6.1.5.Final"
120
120
dependency " org.webjars:webjars-locator-core:0.45"
121
121
dependency " org.webjars:underscorejs:1.8.3"
@@ -194,10 +194,10 @@ configure(allprojects) { project ->
194
194
}
195
195
dependency " io.mockk:mockk:1.10.0"
196
196
197
- dependency(" net.sourceforge.htmlunit:htmlunit:2.42 .0" ) {
197
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.43 .0" ) {
198
198
exclude group : " commons-logging" , name : " commons-logging"
199
199
}
200
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.42.0 " ) {
200
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.43.1 " ) {
201
201
exclude group : " commons-logging" , name : " commons-logging"
202
202
}
203
203
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
0 commit comments