Skip to content

Commit

Permalink
Upgrade H2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Jul 7, 2024
1 parent fcf625c commit f2db727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -236,7 +236,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.224</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -365,7 +365,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f2db727

Please sign in to comment.