summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-08-23 16:40:32 -0400
committerDan Timoney <dtimoney@att.com>2021-08-23 16:40:32 -0400
commit5db44036506426abae9fd815c3a429f380045982 (patch)
treeeb3008b48b5c384d550495db9f22863ac49641f9 /ms
parent85fcbf057cfbad2f7eb9121aaf6bd15ab1d11bc8 (diff)
Update to springboot 2.5
Update to springboot version 2.5 Issue-ID: SDNC-1560 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icce7baba794462ae635c0122747d98b0501db509
Diffstat (limited to 'ms')
-rw-r--r--ms/gra/gra-app/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml
index be91dc4..b69e57b 100644
--- a/ms/gra/gra-app/pom.xml
+++ b/ms/gra/gra-app/pom.xml
@@ -83,12 +83,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.onap.ccsdk.apps</groupId>
@@ -171,6 +171,11 @@
<artifactId>gson</artifactId>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>