Skip to content

Commit 387eddc

Browse files
committed
Upgrade to Hibernate ORM 5.4.21, HtmlUnit 2.43, AspectJ 1.9.6
1 parent 71e70ae commit 387eddc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configure(allprojects) { project ->
4545
dependency "org.slf4j:slf4j-api:1.7.30"
4646
dependency "com.google.code.findbugs:jsr305:3.0.2"
4747

48-
dependencySet(group: 'org.aspectj', version: '1.9.5') {
48+
dependencySet(group: 'org.aspectj', version: '1.9.6') {
4949
entry 'aspectjrt'
5050
entry 'aspectjtools'
5151
entry 'aspectjweaver'
@@ -115,7 +115,7 @@ configure(allprojects) { project ->
115115
dependency "net.sf.ehcache:ehcache:2.10.6"
116116
dependency "org.ehcache:jcache:1.0.1"
117117
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"
119119
dependency "org.hibernate:hibernate-validator:6.1.5.Final"
120120
dependency "org.webjars:webjars-locator-core:0.45"
121121
dependency "org.webjars:underscorejs:1.8.3"
@@ -194,10 +194,10 @@ configure(allprojects) { project ->
194194
}
195195
dependency "io.mockk:mockk:1.10.0"
196196

197-
dependency("net.sourceforge.htmlunit:htmlunit:2.42.0") {
197+
dependency("net.sourceforge.htmlunit:htmlunit:2.43.0") {
198198
exclude group: "commons-logging", name: "commons-logging"
199199
}
200-
dependency("org.seleniumhq.selenium:htmlunit-driver:2.42.0") {
200+
dependency("org.seleniumhq.selenium:htmlunit-driver:2.43.1") {
201201
exclude group: "commons-logging", name: "commons-logging"
202202
}
203203
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {

0 commit comments

Comments
 (0)