- 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
<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>
/*-
* ============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
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;
return null;
}
+ @Override
+ public String requestId() {
+ return null;
+ }
+
@Override
public String uri() {
return null;
<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>