Skip to content

Commit b02053b

Browse files
authored
Merge pull request jsonwebtoken#571 from nefilim/master
redact kJWT minimum version, never supported none algorithm
2 parents f0c9c00 + 153a8c4 commit b02053b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/website/libraries/29-Kotlin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"installCommandHtml": "maven: com.github.PhilJay / JWT / 1.1.5"
3737
},
3838
{
39-
"minimumVersion": "0.2.0",
39+
"minimumVersion": null,
4040
"support": {
4141
"sign": true,
4242
"verify": true,
@@ -65,7 +65,7 @@
6565
"authorName": "nefilim",
6666
"gitHubRepoPath": "nefilim/kJWT",
6767
"repoUrl": "https://github.com/nefilim/kJWT",
68-
"installCommandHtml": "maven GAV: io.github.nefilim.kjwt:kjwt-core:0.2.0"
68+
"installCommandHtml": "maven GAV: io.github.nefilim.kjwt:kjwt-core:0.3.0"
6969
}
7070
]
7171
}

0 commit comments

Comments
 (0)