|
@@ -10,20 +10,20 @@
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
|
+ <maven.compiler.source>11</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>11</maven.compiler.target>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
- <version>2.9.7</version>
|
|
|
|
|
|
+ <version>2.9.9</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
<artifactId>jackson-module-afterburner</artifactId>
|
|
<artifactId>jackson-module-afterburner</artifactId>
|
|
- <version>2.9.7</version>
|
|
|
|
|
|
+ <version>2.9.9</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -34,7 +34,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.zaxxer</groupId>
|
|
<groupId>com.zaxxer</groupId>
|
|
<artifactId>HikariCP</artifactId>
|
|
<artifactId>HikariCP</artifactId>
|
|
- <version>3.2.0</version>
|
|
|
|
|
|
+ <version>3.3.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -46,7 +46,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
- <version>1.7.25</version>
|
|
|
|
|
|
+ <version>1.8.0-beta4</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|