Merge "Upgrade maven dependencies"
authorToine Siebelink <toine.siebelink@est.tech>
Fri, 22 Oct 2021 07:26:15 +0000 (07:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 22 Oct 2021 07:26:15 +0000 (07:26 +0000)
cps-dependencies/pom.xml
cps-ncmp-service/pom.xml
cps-rest/pom.xml
cps-ri/pom.xml

index 68b47ea..0753a5f 100755 (executable)
@@ -64,7 +64,7 @@
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>2.5.0</version>
+                <version>2.5.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
                 <artifactId>modelmapper</artifactId>
                 <version>2.3.8</version>
             </dependency>
+            <dependency>
+                <groupId>org.jetbrains</groupId>
+                <artifactId>annotations</artifactId>
+                <version>22.0.0</version>
+            </dependency>
             <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>kafka</artifactId>
index b702793..e82c95e 100644 (file)
@@ -66,5 +66,9 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+        </dependency>
     </dependencies>
 </project>
index 0a7eabc..0ca5fb6 100755 (executable)
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.springdoc</groupId>
             <artifactId>springdoc-openapi-ui</artifactId>
-            <version>1.5.9</version>
+            <version>1.5.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
index 8d860b0..b7aa419 100644 (file)
             <groupId>com.fasterxml.jackson.core</groupId>\r
             <artifactId>jackson-databind</artifactId>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.jetbrains</groupId>\r
+            <artifactId>annotations</artifactId>\r
+        </dependency>\r
         <!-- T E S T   D E P E N D E N C I E S -->\r
         <dependency>\r
             <groupId>org.codehaus.groovy</groupId>\r