Skip to content

Commit

Permalink
Merge pull request #248 from hazendaz/renovate/org.hsqldb-hsqldb-2.x
Browse files Browse the repository at this point in the history
Update dependency org.hsqldb:hsqldb to v2.7.3
  • Loading branch information
hazendaz authored May 31, 2024
2 parents b54c86c + 2cb739e commit 8c8025f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<!-- Test database: HSQLDB -->
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8c8025f

Please sign in to comment.