Skip to content

Commit

Permalink
Update dependencies to address security vulnerabilities (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestbeforetoday authored Jul 27, 2023
1 parent 7c1708a commit 3b5b2cb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions fabric-chaincode-shim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.4.3'
classpath 'org.owasp:dependency-check-gradle:8.2.1'
}
}

Expand Down Expand Up @@ -42,18 +42,18 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {

dependencies {
implementation group: 'org.hyperledger.fabric', name:'fabric-protos', version:'0.2.0'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.62'
implementation 'org.bouncycastle:bcprov-jdk15on:1.62'
implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.146'
implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.14.1'
implementation 'org.json:json:20220320'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.20.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.75'
implementation 'org.bouncycastle:bcprov-jdk18on:1.75'
implementation 'io.github.classgraph:classgraph:4.8.161'
implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.14.2'
implementation 'org.json:json:20230618'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.19.6'

// Required if using Java 11+ as no longer bundled in the core libraries
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation 'io.grpc:grpc-netty-shaded:1.46.0'
implementation 'io.grpc:grpc-protobuf:1.46.0'
implementation 'io.grpc:grpc-stub:1.46.0'
implementation 'io.grpc:grpc-netty-shaded:1.45.4'
implementation 'io.grpc:grpc-protobuf:1.45.4'
implementation 'io.grpc:grpc-stub:1.45.4'

implementation platform("io.opentelemetry:opentelemetry-bom:1.6.0")

Expand Down

0 comments on commit 3b5b2cb

Please sign in to comment.