Skip to content

Commit

Permalink
Merge pull request #4 from Azure-Samples/dependabot/maven/com.h2datab…
Browse files Browse the repository at this point in the history
…ase-h2-2.2.220

Bump h2 from 1.4.200 to 2.2.220
  • Loading branch information
edburns authored Nov 1, 2024
2 parents e22dba4 + f871328 commit bb7ae59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.2.220</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -457,7 +457,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.2.220</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bb7ae59

Please sign in to comment.