Skip to content

Commit

Permalink
feature: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed Dec 3, 2024
1 parent f48f349 commit 16fa7ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions carp-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<mysql.version>8.3.0</mysql.version>
<postgresql.version>42.3.9</postgresql.version>
<h2.version>2.3.230</h2.version>
<clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>

<sa-token.version>1.38.0</sa-token.version>
<knife4j.version>4.5.0</knife4j.version>
Expand Down Expand Up @@ -292,20 +293,23 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
<version>${mysql.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>ru.yandex.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>${clickhouse-jdbc.version}</version>
</dependency>


<dependency>
Expand Down

0 comments on commit 16fa7ba

Please sign in to comment.