Skip to content

Commit 45cbf2b

Browse files
committed
Update dependencies
1 parent 908ba71 commit 45cbf2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java-version: '11'
1515

1616
- name: Install clojure tools
17-
uses: DeLaGuardo/setup-clojure@13.2
17+
uses: DeLaGuardo/setup-clojure@13.4
1818
with:
1919
lein: 2.11.2
2020

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
:url "http://opensource.org/licenses/MIT"}
66
:dependencies [[org.clojure/clojure "1.9.0"]
77
[cheshire "6.0.0"]
8-
[org.apache.httpcomponents.client5/httpclient5 "5.4.4"]
8+
[org.apache.httpcomponents.client5/httpclient5 "5.5"]
99
[ring/ring-codec "1.3.0"]
10-
[ring/ring-core "1.14.1"]]
10+
[ring/ring-core "1.14.2"]]
1111
:plugins [[lein-codox "0.10.8"]]
1212
:codox
1313
{:project {:name "Ring-Mock"}

0 commit comments

Comments
 (0)