Skip to content

Commit

Permalink
Upgrade hsqldb test dependency.
Browse files Browse the repository at this point in the history
Resolves #2694.
  • Loading branch information
gregturn committed Nov 9, 2022
1 parent 313151e commit a196365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -32,6 +32,7 @@

<eclipselink>3.0.3</eclipselink>
<hibernate>6.1.4.Final</hibernate>
<hsqldb>2.7.1</hsqldb>
<jsqlparser>4.5</jsqlparser>
<mysql-connector-java>8.0.31</mysql-connector-java>
<postgresql>42.5.0</postgresql>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-jpa/pom.xml
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.5.1</version>
<version>${hsqldb}</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -413,5 +413,5 @@

</plugins>
</build>

</project>

0 comments on commit a196365

Please sign in to comment.