diff options
author | cmrizhangzhen <781953240@qq.com> | 2022-12-14 19:12:37 +0800 |
---|---|---|
committer | cmrizhangzhen <781953240@qq.com> | 2022-12-14 19:13:07 +0800 |
commit | 31270d1ea66842e9f2973912d2f6b9a802f0b5ea (patch) | |
tree | 44dad1c9e5a1f1a4437b4f063fddaf43524f9c3a /intentanalysis/pom.xml | |
parent | ea55b438a05738ef18d756c01141a0c77f42410e (diff) |
upgrade pom for intentAnalysis
Issue-ID: USECASEUI-766
Signed-off-by: cmrizhangzhen <781953240@qq.com>
Change-Id: Iafc48726ae7d93b3e5e56368976ed7ce886e690d
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r-- | intentanalysis/pom.xml | 7 |
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> |