aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 17:19:36 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 17:19:50 -0400
commitbe6f932b74729c55f77bf504c4d07b625043564e (patch)
tree5ca14d29cc73b7238c12164f34ad11987c7a432b /pom.xml
parentbd6dac804d13a3535f8eca53e1e4e0545c81a905 (diff)
fix pom.xml dependencies
Issue-ID: DCAEGEN2-2330 Change-Id: I918e2ce9cefa623daa97f732f6f7d73c3a0998ee Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 155cf42..7d125b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,12 +53,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
- <version>1.8.0</version>
+ <version>1.10.1</version>
</dependency>
<dependency>
<groupId>cheshire</groupId>
<artifactId>cheshire</artifactId>
- <version>5.8.0</version>
+ <version>5.9.0</version>
</dependency>
<dependency>
<groupId>com.draines</groupId>
@@ -73,17 +73,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.logging</artifactId>
- <version>0.4.0</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>clj-http</groupId>
<artifactId>clj-http</artifactId>
- <version>3.3.0</version>
+ <version>3.10.1</version>
</dependency>
<dependency>
<groupId>org.bovinegenius</groupId>
<artifactId>exploding-fish</artifactId>
- <version>0.3.4</version>
+ <version>0.3.6</version>
</dependency>
<dependency>
<groupId>clj-yaml</groupId>
@@ -93,12 +93,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.1</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>clj-fakes</groupId>
<artifactId>clj-fakes</artifactId>
- <version>0.9.0</version>
+ <version>0.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>