We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313151e commit a196365Copy full SHA for a196365
pom.xml
@@ -32,6 +32,7 @@
32
33
<eclipselink>3.0.3</eclipselink>
34
<hibernate>6.1.4.Final</hibernate>
35
+ <hsqldb>2.7.1</hsqldb>
36
<jsqlparser>4.5</jsqlparser>
37
<mysql-connector-java>8.0.31</mysql-connector-java>
38
<postgresql>42.5.0</postgresql>
spring-data-jpa/pom.xml
@@ -90,7 +90,7 @@
90
<dependency>
91
<groupId>org.hsqldb</groupId>
92
<artifactId>hsqldb</artifactId>
93
- <version>2.5.1</version>
+ <version>${hsqldb}</version>
94
<scope>test</scope>
95
</dependency>
96
@@ -413,5 +413,5 @@
413
414
</plugins>
415
</build>
416
-
+
417
</project>
0 commit comments