aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-10-23 17:15:14 -0400
committerdglFromAtt <dgl@research.att.com>2018-10-23 17:15:19 -0400
commitb16582c9734a3a01eb99ecbde508a13c396a284a (patch)
tree7c946c6883f0c10867e799c8a7e432a4a7763a7a /pom.xml
parent1e27211fbd0ef1718028cb3ce9248592aec0e136 (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ba32d24..32f2db3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>