Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Aug 23, 2023
1 parent 5720236 commit 21b865c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>jsonld-common-java</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.danubetech</groupId>
<artifactId>key-formats-java</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>io.github.erdtman</groupId>
Expand All @@ -168,7 +168,7 @@
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multibase</artifactId>
<version>v1.1.0</version>
<version>v1.1.1</version>
</dependency>
<dependency>
<groupId>org.hyperledger</groupId>
Expand All @@ -179,7 +179,7 @@
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 21b865c

Please sign in to comment.