Skip to content

Commit

Permalink
Merge pull request #213 from mybatis/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.4
  • Loading branch information
hazendaz authored Nov 3, 2024
2 parents 22cfd5b + 677c7c3 commit 6e279d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mybatis-scala-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-scala-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
<classifier>jdk8</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6e279d1

Please sign in to comment.