DFC security vulnerability updates 73/122673/3 1.6.0
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>
Fri, 16 Jul 2021 11:53:41 +0000 (13:53 +0200)
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>
Wed, 21 Jul 2021 12:40:05 +0000 (14:40 +0200)
- tomcat-embed-core: 9.0.39 -> 9.0.50
- spring: 5.3.1 -> 5.3.6
- spring-boot: 2.4.0 -> 2.4.5

Issue-ID: DCAEGEN2-2804
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I59568543048602a21ff6e89b44bbb57c5351688a

Changelog.md
datafile-app-server/pom.xml
datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/http/HttpClientResponseHelper.java
pom.xml

index 0dc2c45..4646995 100644 (file)
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - docker base image to integration (from debian based to alpine based)
 - java version bump from 11.0.8 to 11.0.9
 - remove exec file permission for config file
+- tomcat-embed-core version bump from 9.0.39 to 9.0.50
+- spring version bump from 5.3.1 to 5.3.6
+- spring-boot version bump from 2.4.0 to 2.4.5
 
 ## [1.5.5] - 09/03/2021
 ### Fixed
index 4b84f6e..75fdabf 100644 (file)
@@ -38,7 +38,7 @@
         <docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
         <docker-client.version>8.7.1</docker-client.version>
-        <tomcat-embed-core.version>9.0.39</tomcat-embed-core.version>
+        <tomcat-embed-core.version>9.0.50</tomcat-embed-core.version>
     </properties>
 
     <dependencies>
index 0d52858..22067d0 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START======================================================================
- * Copyright (C) 2020 Nokia. All rights reserved.
+ * Copyright (C) 2020-2021 Nokia. All rights reserved.
  * ===============================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
  * in compliance with the License. You may obtain a copy of the License at
@@ -63,11 +63,21 @@ public class HttpClientResponseHelper {
             return null;
         }
 
+        @Override
+        public String path() {
+            return null;
+        }
+
         @Override
         public String fullPath() {
             return null;
         }
 
+        @Override
+        public String requestId() {
+            return null;
+        }
+
         @Override
         public String uri() {
             return null;
@@ -141,6 +151,11 @@ public class HttpClientResponseHelper {
             return null;
         }
 
+        @Override
+        public String requestId() {
+            return null;
+        }
+
         @Override
         public String uri() {
             return null;
diff --git a/pom.xml b/pom.xml
index e9aa77b..4d25309 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
         <apache.httpcomponents.version>4.1.4</apache.httpcomponents.version>
         <apache.commons.version>3.6</apache.commons.version>
         <immutable.version>2.7.1</immutable.version>
-        <spring.version>5.3.1</spring.version>
-        <spring-boot.version>2.4.0</spring-boot.version>
+        <spring.version>5.3.6</spring.version>
+        <spring-boot.version>2.4.5</spring-boot.version>
         <commons-io.version>2.8.0</commons-io.version>
         <commons-net.version>3.3</commons-net.version>
         <projectreactor.version>2020.0.2</projectreactor.version>