Skip to content

Commit

Permalink
CMR-6756: update taoensso libraries (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Schmele authored Nov 9, 2020
1 parent 3905efa commit 4c91c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common-lib/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[clojusc/ltest "0.3.0"]
[com.dadrox/quiet-slf4j "0.1"]
[com.gfredericks/test.chuck "0.2.9"]
[com.taoensso/timbre "4.10.0"]
[com.taoensso/timbre "5.1.0"]
[commons-codec/commons-codec "1.11"]
[compojure "1.6.1"]
[environ "1.1.0"]
Expand Down
2 changes: 1 addition & 1 deletion redis-utils-lib/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:description "Library containing code to handling cacheing with the CMR."
:url "https://github.com/nasa/Common-Metadata-Repository/tree/master/redis-utils-lib"
:dependencies [[com.github.kstyrc/embedded-redis "0.6"]
[com.taoensso/carmine "2.19.1"]
[com.taoensso/carmine "3.0.1"]
[nasa-cmr/cmr-common-lib "0.1.1-SNAPSHOT"]
[org.clojure/clojure "1.10.0"]]
:plugins [[lein-exec "0.3.7"]
Expand Down

0 comments on commit 4c91c7c

Please sign in to comment.