diff options
-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> |