summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98664b2..ecc686f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>