File tree Expand file tree Collapse file tree 5 files changed +6
-16
lines changed
src/test/java/org/hyperledger/fabric/client/identity Expand file tree Collapse file tree 5 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1616 <packageUrl regex =" true" >^pkg:maven/org\.hyperledger\.fabric/fabric\-protos@.*$</packageUrl >
1717 <cve >CVE-2022-36023</cve >
1818 </suppress >
19- <suppress >
20- <notes ><![CDATA[
21- file name: guava-31.1-android.jar
22- The offending com.google.common.io.Files.createTempDir() method is deprecated and not used.
23- NIST classify this CVE with a CVSS 3.x score of 3.3 (Low).
24- ]]> </notes >
25- <packageUrl regex =" true" >^pkg:maven/com\.google\.guava/guava@.*$</packageUrl >
26- <vulnerabilityName >CVE-2020-8908</vulnerabilityName >
27- </suppress >
2819</suppressions >
Original file line number Diff line number Diff line change 3838 <properties >
3939 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4040 <javaVersion >8</javaVersion >
41- <grpcVersion >1.58 .0</grpcVersion >
41+ <grpcVersion >1.59 .0</grpcVersion >
4242 <bouncyCastleVersion >1.76</bouncyCastleVersion >
4343 <skipUnitTests >${skipTests}</skipUnitTests >
4444 </properties >
380380 <plugin >
381381 <groupId >org.owasp</groupId >
382382 <artifactId >dependency-check-maven</artifactId >
383- <version >8.4.0 </version >
383+ <version >8.4.2 </version >
384384 <configuration >
385385 <skipProvidedScope >true</skipProvidedScope >
386386 <skipTestScope >true</skipTestScope >
Original file line number Diff line number Diff line change 3232import java .security .Provider ;
3333import java .security .cert .CertificateException ;
3434import java .security .cert .X509Certificate ;
35- import java .security .spec .AlgorithmParameterSpec ;
3635import java .security .spec .ECGenParameterSpec ;
3736import java .util .Date ;
3837import java .util .Locale ;
Original file line number Diff line number Diff line change 5050 "@types/node" : " ^18.18.6" ,
5151 "@typescript-eslint/eslint-plugin" : " ^6.8.0" ,
5252 "@typescript-eslint/parser" : " ^6.8.0" ,
53- "eslint" : " ^8.51 .0" ,
54- "eslint-plugin-jest" : " ^27.4.2 " ,
53+ "eslint" : " ^8.52 .0" ,
54+ "eslint-plugin-jest" : " ^27.4.3 " ,
5555 "eslint-plugin-tsdoc" : " ^0.2.17" ,
5656 "jest" : " ^29.7.0" ,
5757 "npm-run-all" : " ^4.1.5" ,
Original file line number Diff line number Diff line change 2323 "@hyperledger/fabric-protos" : " ^0.2.0"
2424 },
2525 "devDependencies" : {
26- "@cucumber/cucumber" : " ^9.5 .1" ,
26+ "@cucumber/cucumber" : " ^10.0 .1" ,
2727 "@tsconfig/node18" : " ^18.2.2" ,
2828 "@types/node" : " ^18.18.6" ,
2929 "@typescript-eslint/eslint-plugin" : " ^6.8.0" ,
3030 "@typescript-eslint/parser" : " ^6.8.0" ,
3131 "cucumber-console-formatter" : " ^1.0.0" ,
32- "eslint" : " ^8.51 .0" ,
32+ "eslint" : " ^8.52 .0" ,
3333 "expect" : " ^29.7.0" ,
3434 "npm-run-all" : " ^4.1.5" ,
3535 "typescript" : " ~5.2.2"
You can’t perform that action at this time.
0 commit comments