aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-01-29 19:26:45 +0000
committerdglFromAtt <dgl@research.att.com>2019-01-29 19:26:52 +0000
commited76ad37f472be602000e3e169be498d50f81ceb (patch)
treea9da7fb8f914b37a80d51ef09b24974b12863b28
parent339668d8382568eb043709ea9eb16f4b2ea7d072 (diff)
Repair version for commons-codec
Change-Id: I7a94f7673dfb3051d772ea478177d73c884eea4b Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-987
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d8b6cd6..99251e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.6</version>
+ <version>1.11</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>