summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharath.reddy <bs.reddy@huawei.com>2019-12-05 17:53:31 +0800
committersharath.reddy <bs.reddy@huawei.com>2019-12-05 20:18:30 +0800
commit4b60ffca2962cd959df20c2640a41522611ef9aa (patch)
tree58a18b3196ceec6e4e93b2ee0e47af41b4c9f621
parent9c8e6d3a089f2c0a09a56491f63d8a303fdf32f5 (diff)
Updating version of sdk.security.scripti & springframework.boot in pom.xml
Issue-ID: DCAEGEN2-1979 Signed-off-by: sharath.reddy <bs.reddy@huawei.com> Change-Id: I8ad0f751e1ce33692c0a9fe8c28c3946caccb983 Signed-off-by: sharath.reddy <bs.reddy@huawei.com>
-rw-r--r--pom.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 98d1415..d8e5547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,8 +422,14 @@ limitations under the License.
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-log4j</artifactId>
- <version>1.3.8.RELEASE</version>
+ <artifactId>spring-boot-starter-log4j2</artifactId>
+ <version>2.1.5.RELEASE</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
@@ -550,7 +556,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
<artifactId>crypt-password</artifactId>
- <version>1.1.6</version>
+ <version>1.3.1</version>
</dependency>
</dependencies>
<repositories>