File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
main/java/com/danubetech/verifiablecredentials/jwt
test/java/com/danubetech/verifiablecredentials Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 158158 <dependency >
159159 <groupId >org.junit.jupiter</groupId >
160160 <artifactId >junit-jupiter-engine</artifactId >
161- <version >5.11.4 </version >
161+ <version >5.12.0 </version >
162162 <scope >test</scope >
163163 </dependency >
164164 <dependency >
165165 <groupId >org.junit.jupiter</groupId >
166166 <artifactId >junit-jupiter</artifactId >
167- <version >5.11.4 </version >
167+ <version >5.12.0 </version >
168168 <scope >test</scope >
169169 </dependency >
170170 <dependency >
171171 <groupId >org.mockito</groupId >
172172 <artifactId >mockito-core</artifactId >
173- <version >5.14 .2</version >
173+ <version >5.15 .2</version >
174174 <scope >test</scope >
175175 </dependency >
176176 <dependency >
177177 <groupId >org.mockito</groupId >
178178 <artifactId >mockito-junit-jupiter</artifactId >
179- <version >5.14 .2</version >
179+ <version >5.15 .2</version >
180180 <scope >test</scope >
181181 </dependency >
182182 <dependency >
188188 <dependency >
189189 <groupId >org.json</groupId >
190190 <artifactId >json</artifactId >
191- <version >20240303 </version >
191+ <version >20250107 </version >
192192 <scope >test</scope >
193193 </dependency >
194194 <dependency >
210210 <dependency >
211211 <groupId >com.nimbusds</groupId >
212212 <artifactId >nimbus-jose-jwt</artifactId >
213- <version >9.48 </version >
213+ <version >10.0.2 </version >
214214 </dependency >
215215 <dependency >
216216 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 88import com .nimbusds .jose .*;
99import com .nimbusds .jose .util .JSONObjectUtils ;
1010import com .nimbusds .jwt .JWTClaimsSet ;
11- import org .bitcoinj .core .ECKey ;
11+ import org .bitcoinj .crypto .ECKey ;
1212import org .erdtman .jcs .JsonCanonicalizer ;
1313
1414import java .io .IOException ;
Original file line number Diff line number Diff line change 22
33import org .apache .commons .codec .binary .Base64 ;
44import org .apache .commons .codec .binary .Hex ;
5- import org .bitcoinj .core .Base58 ;
6- import org .bitcoinj .core .ECKey ;
5+ import org .bitcoinj .base .Base58 ;
6+ import org .bitcoinj .crypto .ECKey ;
77
88import java .io .BufferedReader ;
99import java .io .InputStream ;
Original file line number Diff line number Diff line change 88import com .danubetech .keyformats .crypto .provider .impl .JavaSHA256Provider ;
99import com .danubetech .keyformats .crypto .provider .impl .TinkEd25519Provider ;
1010import com .danubetech .verifiablecredentials .validation .Validation ;
11- import org .bitcoinj .core .Base58 ;
11+ import org .bitcoinj .base .Base58 ;
1212import org .junit .jupiter .api .BeforeEach ;
1313import org .junit .jupiter .api .Test ;
1414
You can’t perform that action at this time.
0 commit comments