From 67c4b4182f787a821a9ff9013b4dddac541e6547 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 12 Jan 2022 16:36:18 +0100 Subject: [PATCH] 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 --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index da794c5b620d..6012af4ccc51 100644 --- a/build.gradle +++ b/build.gradle @@ -123,8 +123,8 @@ configure(allprojects) { project -> dependency "net.sf.ehcache:ehcache:2.10.6" dependency "org.ehcache:jcache:1.0.1" dependency "org.ehcache:ehcache:3.4.0" - dependency "org.hibernate:hibernate-core:5.4.32.Final" - dependency "org.hibernate:hibernate-validator:6.2.0.Final" + dependency "org.hibernate:hibernate-core:5.4.33.Final" + dependency "org.hibernate:hibernate-validator:6.2.1.Final" dependency "org.webjars:webjars-locator-core:0.48" dependency "org.webjars:underscorejs:1.8.3" @@ -191,14 +191,14 @@ configure(allprojects) { project -> dependency "org.junit.support:testng-engine:1.0.1" dependency "org.hamcrest:hamcrest:2.1" dependency "org.awaitility:awaitility:3.1.6" - dependency "org.assertj:assertj-core:3.21.0" - dependencySet(group: 'org.xmlunit', version: '2.8.3') { + dependency "org.assertj:assertj-core:3.22.0" + dependencySet(group: 'org.xmlunit', version: '2.8.4') { entry 'xmlunit-assertj' entry('xmlunit-matchers') { exclude group: "org.hamcrest", name: "hamcrest-core" } } - dependencySet(group: 'org.mockito', version: '4.1.0') { + dependencySet(group: 'org.mockito', version: '4.2.0') { entry('mockito-core') { exclude group: "org.hamcrest", name: "hamcrest-core" } @@ -206,10 +206,10 @@ configure(allprojects) { project -> } dependency "io.mockk:mockk:1.12.1" - dependency("net.sourceforge.htmlunit:htmlunit:2.55.0") { + dependency("net.sourceforge.htmlunit:htmlunit:2.56.0") { exclude group: "commons-logging", name: "commons-logging" } - dependency("org.seleniumhq.selenium:htmlunit-driver:2.55.0") { + dependency("org.seleniumhq.selenium:htmlunit-driver:2.56.0") { exclude group: "commons-logging", name: "commons-logging" } dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {