|
8 | 8 | mavenCentral() |
9 | 9 | } |
10 | 10 | dependencies { |
11 | | - classpath 'org.owasp:dependency-check-gradle:7.4.3' |
| 11 | + classpath 'org.owasp:dependency-check-gradle:8.2.1' |
12 | 12 | } |
13 | 13 | } |
14 | 14 |
|
@@ -42,18 +42,18 @@ tasks.withType(org.gradle.api.tasks.testing.Test) { |
42 | 42 |
|
43 | 43 | dependencies { |
44 | 44 | implementation group: 'org.hyperledger.fabric', name:'fabric-protos', version:'0.2.0' |
45 | | - implementation 'org.bouncycastle:bcpkix-jdk15on:1.62' |
46 | | - implementation 'org.bouncycastle:bcprov-jdk15on:1.62' |
47 | | - implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.146' |
48 | | - implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.14.1' |
49 | | - implementation 'org.json:json:20220320' |
50 | | - implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.20.1' |
| 45 | + implementation 'org.bouncycastle:bcpkix-jdk18on:1.75' |
| 46 | + implementation 'org.bouncycastle:bcprov-jdk18on:1.75' |
| 47 | + implementation 'io.github.classgraph:classgraph:4.8.161' |
| 48 | + implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.14.2' |
| 49 | + implementation 'org.json:json:20230618' |
| 50 | + implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.19.6' |
51 | 51 |
|
52 | 52 | // Required if using Java 11+ as no longer bundled in the core libraries |
53 | 53 | testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' |
54 | | - implementation 'io.grpc:grpc-netty-shaded:1.46.0' |
55 | | - implementation 'io.grpc:grpc-protobuf:1.46.0' |
56 | | - implementation 'io.grpc:grpc-stub:1.46.0' |
| 54 | + implementation 'io.grpc:grpc-netty-shaded:1.45.4' |
| 55 | + implementation 'io.grpc:grpc-protobuf:1.45.4' |
| 56 | + implementation 'io.grpc:grpc-stub:1.45.4' |
57 | 57 |
|
58 | 58 | implementation platform("io.opentelemetry:opentelemetry-bom:1.6.0") |
59 | 59 |
|
|
0 commit comments