|
@@ -12,6 +12,8 @@
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
<log4j.version>2.11.0</log4j.version>
|
|
|
<smartservlet.version>0.1.7-SNAPSHOT</smartservlet.version>
|
|
|
+ <hikaricp.version>5.0.0</hikaricp.version>
|
|
|
+ <jsoniter.version>0.9.23</jsoniter.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -23,12 +25,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
- <version>3.4.5</version>
|
|
|
+ <version>${hikaricp.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jsoniter</groupId>
|
|
|
<artifactId>jsoniter</artifactId>
|
|
|
- <version>0.9.23</version>
|
|
|
+ <version>${jsoniter.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|