diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-05 15:48:59 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-05 15:57:57 -0400 |
commit | f807493e79ffcfb50d2df9baab4c657d0ec8e2f9 (patch) | |
tree | edfda74ed3a7fd23b55f05ddfc1c7e07594690be | |
parent | 7e2999c73624ee203e332a51c464dc1df8625bb2 (diff) |
Fix critical CLM issues
Change-Id: I9cb35d1a4ccb9ed7000d1a99880e7936dee8839e
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-619
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -44,7 +44,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.12.RELEASE</version> + <version>1.5.15.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> @@ -80,6 +80,11 @@ limitations under the License. <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.3</version> + </dependency> + <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>1.19.4</version> @@ -111,7 +116,7 @@ limitations under the License. <dependency> <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-audit-common</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </dependency> <dependency> <groupId>com.google.guava</groupId> |