Skip to content

Commit

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

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 Sep 23, 2023
1 parent 62d6323 commit abeff17
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 @@ -13,8 +13,8 @@
<revision>2.5.6</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sha1 />
<changelist />
<sha1/>
<changelist/>
</properties>

<repositories>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.222</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand Down

0 comments on commit abeff17

Please sign in to comment.