|
|
@@ -11,7 +11,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.1.4.RELEASE</version>
|
|
|
+ <version>2.4.2</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
@@ -39,20 +39,10 @@
|
|
|
<artifactId>json-path</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.jboss.xnio</groupId>
|
|
|
- <artifactId>xnio-nio</artifactId>
|
|
|
- <version>3.7.1.Final</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.jboss.threads</groupId>
|
|
|
- <artifactId>jboss-threads</artifactId>
|
|
|
- <version>2.3.3.Final</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<properties>
|
|
|
- <java.version>1.8</java.version>
|
|
|
+ <java.version>11</java.version>
|
|
|
</properties>
|
|
|
|
|
|
<build>
|