Skip to content

Commit da8073d

Browse files
committed
Bump nimbus-jose-jwt to 9.0.1.
Signed-off-by: Markus Sabadello <[email protected]>
1 parent e121f23 commit da8073d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,12 @@
127127
<dependency>
128128
<groupId>com.nimbusds</groupId>
129129
<artifactId>nimbus-jose-jwt</artifactId>
130-
<version>8.14.1</version>
130+
<version>9.0.1</version>
131+
</dependency>
132+
<dependency>
133+
<groupId>com.fasterxml.jackson.core</groupId>
134+
<artifactId>jackson-databind</artifactId>
135+
<version>2.11.1</version>
131136
</dependency>
132137
</dependencies>
133138

src/main/java/com/danubetech/verifiablecredentials/proof/BlockchainHashProof2020.java.bak renamed to src/main/java/com/danubetech/verifiablecredentials/proof/BlockchainHashProof2020.java

File renamed without changes.

0 commit comments

Comments
 (0)