Skip to content

Commit

Permalink
updated H2 to 2.2.224 Hikari to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Dec 6, 2023
1 parent 9cf0a10 commit 8247a03
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 @@ -75,21 +75,21 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
<version>5.1.0</version>
</dependency>

<!-- H2 DB -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
</dependency>

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

<!-- TESTING -->
Expand Down

0 comments on commit 8247a03

Please sign in to comment.