diff options
author | sharath.reddy <bs.reddy@huawei.com> | 2019-12-05 17:53:31 +0800 |
---|---|---|
committer | sharath.reddy <bs.reddy@huawei.com> | 2019-12-05 20:18:30 +0800 |
commit | 4b60ffca2962cd959df20c2640a41522611ef9aa (patch) | |
tree | 58a18b3196ceec6e4e93b2ee0e47af41b4c9f621 /pom.xml | |
parent | 9c8e6d3a089f2c0a09a56491f63d8a303fdf32f5 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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> |