diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-03-07 16:52:18 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-03-07 16:52:18 -0500 |
commit | b6a92cb90c29273973c0c10700928c88247a6860 (patch) | |
tree | 29fb1cb9c29bdaae2fcceecef8d482cf2eea5d34 /pom.xml | |
parent | cd3658fd5f376758b808bec419ba32fdca59c047 (diff) |
Use new version of logging library
Use new version of logging library to avoid pulling in artifact with
security violoations
Change-Id: I0ac8c4bcb89646894e7edc8bc182f902ce53e4c8
Issue-ID: AAI-596
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>${project.version}</version> + <version>1.2.1</version> </dependency> <dependency> |