diff options
author | 2018-10-23 17:15:14 -0400 | |
---|---|---|
committer | 2018-10-23 17:15:19 -0400 | |
commit | b16582c9734a3a01eb99ecbde508a13c396a284a (patch) | |
tree | 7c946c6883f0c10867e799c8a7e432a4a7763a7a /pom.xml | |
parent | 1e27211fbd0ef1718028cb3ce9248592aec0e136 (diff) |
Address CLM violations
Change-Id: Id7afff65de1a4c32c95da8ea359d7f97b025cf63
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-656
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -244,12 +244,12 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.2.0</version> + <version>1.2.3</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.0</version> + <version>1.2.3</version> </dependency> <!-- DMAAP-656: - override this dependency because it utilized a third party @@ -322,7 +322,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>9.4.1208.jre7</version> + <version>42.2.5</version> </dependency> <dependency> <groupId>com.att.eelf</groupId> |