Skip to content

Commit

Permalink
upgrade H2 db (#1070)
Browse files Browse the repository at this point in the history
* upgrade H2 db

* Update pomJava21.xml
  • Loading branch information
EvenSol authored Aug 4, 2024
1 parent 58521c1 commit 60de720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.224</version>
<version>2.3.230</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pomJava21.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.224</version>
<version>2.3.230</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand Down

0 comments on commit 60de720

Please sign in to comment.