Skip to content

Commit 67c4b41

Browse files
committed
Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, AssertJ 3.22, HtmlUnit 2.56, XMLUnit 2.8.4
1 parent 6b30522 commit 67c4b41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ configure(allprojects) { project ->
123123
dependency "net.sf.ehcache:ehcache:2.10.6"
124124
dependency "org.ehcache:jcache:1.0.1"
125125
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"
128128
dependency "org.webjars:webjars-locator-core:0.48"
129129
dependency "org.webjars:underscorejs:1.8.3"
130130

@@ -191,25 +191,25 @@ configure(allprojects) { project ->
191191
dependency "org.junit.support:testng-engine:1.0.1"
192192
dependency "org.hamcrest:hamcrest:2.1"
193193
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') {
196196
entry 'xmlunit-assertj'
197197
entry('xmlunit-matchers') {
198198
exclude group: "org.hamcrest", name: "hamcrest-core"
199199
}
200200
}
201-
dependencySet(group: 'org.mockito', version: '4.1.0') {
201+
dependencySet(group: 'org.mockito', version: '4.2.0') {
202202
entry('mockito-core') {
203203
exclude group: "org.hamcrest", name: "hamcrest-core"
204204
}
205205
entry 'mockito-junit-jupiter'
206206
}
207207
dependency "io.mockk:mockk:1.12.1"
208208

209-
dependency("net.sourceforge.htmlunit:htmlunit:2.55.0") {
209+
dependency("net.sourceforge.htmlunit:htmlunit:2.56.0") {
210210
exclude group: "commons-logging", name: "commons-logging"
211211
}
212-
dependency("org.seleniumhq.selenium:htmlunit-driver:2.55.0") {
212+
dependency("org.seleniumhq.selenium:htmlunit-driver:2.56.0") {
213213
exclude group: "commons-logging", name: "commons-logging"
214214
}
215215
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {

0 commit comments

Comments
 (0)