aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r--intentanalysis/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml
index bd9d05e..ac21f4d 100644
--- a/intentanalysis/pom.xml
+++ b/intentanalysis/pom.xml
@@ -91,12 +91,12 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
- <version>2.9.2</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
- <version>2.9.2</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
@@ -106,6 +106,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
+ <version>42.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -199,7 +200,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.6</version>
+ <version>2.10</version>
</dependency>
<dependency>
<groupId>com.mikesamuel</groupId>