Skip to content

Commit 86ffdf3

Browse files
committed
Update dependencies
1 parent 3c6dfb5 commit 86ffdf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ring-core/project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
:license {:name "The MIT License"
66
:url "http://opensource.org/licenses/MIT"}
77
:dependencies [[org.clojure/clojure "1.7.0"]
8-
[ring/ring-codec "1.1.3"]
9-
[commons-io "2.10.0"]
8+
[ring/ring-codec "1.2.0"]
9+
[commons-io "2.11.0"]
1010
[commons-fileupload "1.4"]
1111
[crypto-random "1.2.1"]
12-
[crypto-equality "1.0.0"]]
12+
[crypto-equality "1.0.1"]]
1313
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10" "test"]}
1414
:profiles
1515
{:provided {:dependencies [[javax.servlet/servlet-api "2.5"]]}

0 commit comments

Comments
 (0)