Skip to content

Commit

Permalink
build: Bumped org.bitbucket.b_c:jose4j:0.9.3 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 authored Nov 2, 2023
1 parent ecd9df5 commit f522a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ If you are developing application for Android visit our [Android guide](doc/andr

1. [minimal-json v0.9.5](https://github.com/ralfstx/minimal-json)
Maven: `com.eclipsesource.minimal-json:minimal-json:0.9.5`
2. [jose4j v0.9.0](https://bitbucket.org/b_c/jose4j/wiki/Home)
Maven: `org.bitbucket.b_c:jose4j:0.9.0`
2. [jose4j v0.9.3](https://bitbucket.org/b_c/jose4j/wiki/Home)
Maven: `org.bitbucket.b_c:jose4j:0.9.3`
3. [bouncycastle bcprov-jdk15on v1.57](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.57)
Maven: `org.bouncycastle:bcprov-jdk15on:1.57`
4. [bouncycastle bcpkix-jdk15on v1.57](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.57)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ configurations {

dependencies {
implementation "com.eclipsesource.minimal-json:minimal-json:0.9.5"
implementation "org.bitbucket.b_c:jose4j:0.9.0"
implementation "org.bitbucket.b_c:jose4j:0.9.3"
implementation("org.bouncycastle:bcprov-jdk15on") {
version {
strictly("1.57")
Expand Down

0 comments on commit f522a56

Please sign in to comment.