Skip to content

Commit

Permalink
updated H2 to 2.2.220, data migration required
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 10, 2023
1 parent 5cab720 commit 1af7cb6
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 @@ -67,7 +67,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.48.2</version>
<scope>provided</scope>
</dependency>

Expand All @@ -82,14 +82,14 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.220</version>
</dependency>

<!-- SQLite JDBC Driver -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.41.2.2</version>
<version>3.42.0.0</version>
</dependency>

<!-- TESTING -->
Expand Down

0 comments on commit 1af7cb6

Please sign in to comment.