|
|
|
@@ -194,27 +194,27 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger2</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger-ui</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-spring-web</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.10.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.10.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|