diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-09-04 21:15:30 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-09-04 21:15:30 -0400 |
commit | e695d5a2ba5e381f2e2cc9dcee1c391c9f072f72 (patch) | |
tree | 81157167bfbfb2a4423a8060510b43f0e70151f9 | |
parent | 221530131c28c824fbf4dc7128d934dbeb7058b0 (diff) |
Update the version of logback-classic to version 1.2.3
Issue-ID: LOG-1121
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I6faa7178f89d46ebcbf7ea932c3a81c1b8b93517
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> + <version>1.2.3</version> </dependency> <dependency> <groupId>org.onap.aai</groupId> |