Skip to content

Commit 95d22fb

Browse files
authored
bump jose4j to 0.9.3 (and lowercase eddsa)
newer version of jose4j and it looks like `"eddsa": true` is needed rather than `"EdDSA": true`
1 parent 7ab2675 commit 95d22fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/website/libraries/3-Java.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"ps256": true,
6262
"ps384": true,
6363
"ps512": true,
64-
"EdDSA": true
64+
"eddsa": true
6565
},
6666
"authorUrl": "https://twitter.com/__b_c",
6767
"authorName": "Brian Campbell",
6868
"gitHubRepoPath": null,
6969
"repoUrl": "https://bitbucket.org/b_c/jose4j",
70-
"installCommandHtml": "maven: org.bitbucket.b_c / jose4j / 0.9.0"
70+
"installCommandHtml": "maven: org.bitbucket.b_c / jose4j / 0.9.3"
7171
},
7272
{
7373
"minimumVersion": null,

0 commit comments

Comments
 (0)