Skip to content

Commit

Permalink
fix: upgrade com.h2database:h2 from 2.2.222 to 2.2.224 (#829)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.h2database:h2 from 2.2.222 to 2.2.224.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.h2database/h2/

See this project in Snyk:
https://app.snyk.io/org/evensol/project/5734e76a-5ebe-4fe0-9fb9-776e0cbc8504?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
EvenSol and snyk-bot authored Oct 11, 2023
1 parent 2bc4ab6 commit 5875c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.222</version>
<version>2.2.224</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand Down

0 comments on commit 5875c62

Please sign in to comment.