From a1963652575d1dbb78d88fb7d5b7c837a80c38db Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 9 Nov 2022 11:40:06 -0600 Subject: [PATCH] Upgrade hsqldb test dependency. Resolves #2694. --- pom.xml | 1 + spring-data-jpa/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d2a034919b..dcd0ac97a4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ 3.0.3 6.1.4.Final + 2.7.1 4.5 8.0.31 42.5.0 diff --git a/spring-data-jpa/pom.xml b/spring-data-jpa/pom.xml index ccba6b4cc7..8b8c12b780 100644 --- a/spring-data-jpa/pom.xml +++ b/spring-data-jpa/pom.xml @@ -90,7 +90,7 @@ org.hsqldb hsqldb - 2.5.1 + ${hsqldb} test @@ -413,5 +413,5 @@ - +