Update to springboot 2.5 77/123477/1
authorDan Timoney <dtimoney@att.com>
Mon, 23 Aug 2021 20:40:32 +0000 (16:40 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 23 Aug 2021 20:40:32 +0000 (16:40 -0400)
Update to springboot version 2.5

Issue-ID: SDNC-1560
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icce7baba794462ae635c0122747d98b0501db509

ms/gra/gra-app/pom.xml
pom.xml

index be91dc4..b69e57b 100644 (file)
         <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>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
diff --git a/pom.xml b/pom.xml
index fb2bdb5..aa665d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>spring-boot-starter-parent</artifactId>
+        <artifactId>spring-boot-25-starter-parent</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>