update dependency

This commit is contained in:
Looly
2022-04-18 22:00:44 +08:00
parent 6885c1264f
commit 2cd6aa50d0
6 changed files with 14 additions and 14 deletions

View File

@@ -20,14 +20,14 @@
<!-- versions -->
<c3p0.version>0.9.5.5</c3p0.version>
<dbcp2.version>2.9.0</dbcp2.version>
<tomcat-jdbc.version>10.0.16</tomcat-jdbc.version>
<druid.version>1.2.8</druid.version>
<tomcat-jdbc.version>10.0.20</tomcat-jdbc.version>
<druid.version>1.2.9</druid.version>
<hikariCP.version>2.4.13</hikariCP.version>
<mongo4.version>4.5.0</mongo4.version>
<mongo4.version>4.5.1</mongo4.version>
<sqlite.version>3.36.0.3</sqlite.version>
<!-- 此处固定2.5.x支持到JDK8 -->
<hsqldb.version>2.5.2</hsqldb.version>
<jedis.version>4.2.1</jedis.version>
<jedis.version>4.2.2</jedis.version>
</properties>
<dependencies>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -148,7 +148,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -166,7 +166,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.1.212</version>
<scope>test</scope>
</dependency>
<dependency>