Skip to content

Commit a196365

Browse files
committed
Upgrade hsqldb test dependency.
Resolves #2694.
1 parent 313151e commit a196365

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<eclipselink>3.0.3</eclipselink>
3434
<hibernate>6.1.4.Final</hibernate>
35+
<hsqldb>2.7.1</hsqldb>
3536
<jsqlparser>4.5</jsqlparser>
3637
<mysql-connector-java>8.0.31</mysql-connector-java>
3738
<postgresql>42.5.0</postgresql>

spring-data-jpa/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.hsqldb</groupId>
9292
<artifactId>hsqldb</artifactId>
93-
<version>2.5.1</version>
93+
<version>${hsqldb}</version>
9494
<scope>test</scope>
9595
</dependency>
9696

@@ -413,5 +413,5 @@
413413

414414
</plugins>
415415
</build>
416-
416+
417417
</project>

0 commit comments

Comments
 (0)