diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -353,7 +353,7 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.9</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> @@ -442,7 +442,7 @@ limitations under the License. <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> - <version>2.9.2</version> + <version>2.10.5</version> <scope>compile</scope> </dependency> <dependency> |