Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fabric-chaincode-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ buildscript {
dependencies {
compile 'com.google.protobuf:protobuf-java:3.11.1'
compile 'com.google.protobuf:protobuf-java-util:3.11.1'
compile 'io.grpc:grpc-netty:1.25.0'
compile 'io.grpc:grpc-protobuf:1.25.0'
compile 'io.grpc:grpc-stub:1.25.0'
compile 'io.grpc:grpc-netty:1.30.2'
compile 'io.grpc:grpc-protobuf:1.30.2'
compile 'io.grpc:grpc-stub:1.30.2'
// Required if using Java 11+ as no longer bundled in the core libraries
compile 'javax.annotation:javax.annotation-api:1.3.2'
}
Expand Down
6 changes: 3 additions & 3 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:5.2.1'
classpath 'org.owasp:dependency-check-gradle:5.3.2'
}
}

Expand All @@ -24,7 +24,7 @@ apply plugin: 'org.owasp.dependencycheck'


checkstyle {
toolVersion '8.27'
toolVersion '8.29'
configFile file("../ci/checkstyle/checkstyle.xml")
configProperties = [config_loc: file("../ci/checkstyle") ]
}
Expand All @@ -49,7 +49,7 @@ dependencies {
compile 'org.bouncycastle:bcpkix-jdk15on:1.62'
compile 'org.bouncycastle:bcprov-jdk15on:1.62'
compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.47'
compile 'com.github.everit-org.json-schema:org.everit.json.schema:1.11.1'
compile 'com.github.everit-org.json-schema:org.everit.json.schema:1.12.1'
compile group: 'org.json', name: 'json', version: '20180813'
// Required if using Java 11+ as no longer bundled in the core libraries
testCompile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
Expand Down