Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Jan 9, 2024
1 parent a3c7625 commit 9043b0b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,36 +162,36 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.6.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.6.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>jsonld-common-java</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>com.danubetech</groupId>
<artifactId>key-formats-java</artifactId>
<version>1.12.0</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>io.github.erdtman</groupId>
Expand All @@ -201,7 +201,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37</version>
<version>9.37.3</version>
</dependency>
<dependency>
<groupId>com.github.multiformats</groupId>
Expand All @@ -217,13 +217,13 @@
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.mattrglobal</groupId>
<artifactId>bbs.signatures</artifactId>
<version>1.5-21-07-2021</version>
<version>2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9043b0b

Please sign in to comment.