Skip to content

Commit 8bbe91a

Browse files
committed
Update deps.
1 parent 9829fe5 commit 8bbe91a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
= Changelog
22

3+
## Version 3.1.0
4+
5+
Date: 2019-06-28
6+
7+
- Update buddy-core to 1.6.0
8+
9+
310
## Version 3.0.0
411

512
- Update buddy-core to 1.5.0
613
- Proper handling of SignatureException (jws).
714
- Add EdDSA signer.
815
- Add KeyProvider abstraction for enably dynamic selection
916
of key on JWS.
10-
17+
1118

1219
## Version 2.2.0
1320

doc/content.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= buddy-sign - High level message signing.
22
Andrey Antukh, <niwi@niwi.be>
3-
3.0.0
3+
3.1.0
44
:toc: left
55
:!numbered:
66
:source-highlighter: pygments
@@ -45,10 +45,10 @@ dependency vector on your *_project.clj_* file:
4545

4646
[source,clojure]
4747
----
48-
[buddy/buddy-sign "3.0.0"]
48+
[buddy/buddy-sign "3.1.0"]
4949
----
5050

51-
And is tested under JDK7 and JDK8.
51+
And is tested under JDK8.
5252

5353

5454
[[jwt]]

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject buddy/buddy-sign "3.0.0"
1+
(defproject buddy/buddy-sign "3.1.0"
22
:description "High level message signing for Clojure"
33
:url "https://github.com/funcool/buddy-sign"
44
:license {:name "Apache 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6-
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
6+
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
77
[com.taoensso/nippy "2.14.0" :scope "provided"]
88
[org.clojure/test.check "0.9.0" :scope "test"]
9-
[buddy/buddy-core "1.5.0"]]
9+
[buddy/buddy-core "1.6.0"]]
1010
:source-paths ["src"]
1111
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
1212
:test-paths ["test"])

0 commit comments

Comments
 (0)