File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ If you are developing application for Android visit our [Android guide](doc/andr
5555
56561 . [ minimal-json v0.9.5] ( https://github.com/ralfstx/minimal-json )
5757 Maven: ` com.eclipsesource.minimal-json:minimal-json:0.9.5 `
58- 2 . [ jose4j v0.9.0 ] ( https://bitbucket.org/b_c/jose4j/wiki/Home )
59- Maven: ` org.bitbucket.b_c:jose4j:0.9.0 `
58+ 2 . [ jose4j v0.9.3 ] ( https://bitbucket.org/b_c/jose4j/wiki/Home )
59+ Maven: ` org.bitbucket.b_c:jose4j:0.9.3 `
60603 . [ bouncycastle bcprov-jdk15on v1.57] ( https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.57 )
6161 Maven: ` org.bouncycastle:bcprov-jdk15on:1.57 `
62624 . [ bouncycastle bcpkix-jdk15on v1.57] ( https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.57 )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ configurations {
5050
5151dependencies {
5252 implementation " com.eclipsesource.minimal-json:minimal-json:0.9.5"
53- implementation " org.bitbucket.b_c:jose4j:0.9.0 "
53+ implementation " org.bitbucket.b_c:jose4j:0.9.3 "
5454 implementation(" org.bouncycastle:bcprov-jdk15on" ) {
5555 version {
5656 strictly(" 1.57" )
You can’t perform that action at this time.
0 commit comments