Skip to content

Commit a6cd789

Browse files
committed
fix: upgrade com.h2database:h2 from 2.3.230 to 2.3.232
Snyk has created this PR to upgrade com.h2database:h2 from 2.3.230 to 2.3.232. See this package in maven: com.h2database:h2 See this project in Snyk: https://app.snyk.io/org/tsmoreland/project/2c99619e-cc2d-4571-b043-83a5d9dbd5d5?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent b647dd2 commit a6cd789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.h2database</groupId>
3434
<artifactId>h2</artifactId>
35-
<version>2.3.230</version>
35+
<version>2.3.232</version>
3636
<scope>runtime</scope>
3737
</dependency>
3838
<dependency>

0 commit comments

Comments
 (0)