Skip to content

Commit 07c8891

Browse files
committed
upgrade hsqldb
Upgrade to the latest version of HSQLDB to fix the build. It was previously referencing a version that did not exist in central.
1 parent 2e4298d commit 07c8891

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

parfait-jdbc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
<version>${project.version}</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>hsqldb</groupId>
39-
<artifactId>hsqldb</artifactId>
40-
<version>1.8.1.1</version>
41-
<type>jar</type>
42-
<scope>test</scope>
38+
<groupId>org.hsqldb</groupId>
39+
<artifactId>hsqldb</artifactId>
40+
<version>2.7.3</version>
41+
<scope>test</scope>
4342
</dependency>
4443
<dependency>
4544
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)