Skip to content

Commit 1f39d52

Browse files
authored
Merge pull request #121 from jt-nti/fix-deps
Update dependencies
2 parents dd3067f + 1249931 commit 1f39d52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

fabric-chaincode-protos/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ buildscript {
4747
dependencies {
4848
compile 'com.google.protobuf:protobuf-java:3.11.1'
4949
compile 'com.google.protobuf:protobuf-java-util:3.11.1'
50-
compile 'io.grpc:grpc-netty:1.25.0'
51-
compile 'io.grpc:grpc-protobuf:1.25.0'
52-
compile 'io.grpc:grpc-stub:1.25.0'
50+
compile 'io.grpc:grpc-netty:1.30.2'
51+
compile 'io.grpc:grpc-protobuf:1.30.2'
52+
compile 'io.grpc:grpc-stub:1.30.2'
5353
// Required if using Java 11+ as no longer bundled in the core libraries
5454
compile 'javax.annotation:javax.annotation-api:1.3.2'
5555
}

fabric-chaincode-shim/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'org.owasp:dependency-check-gradle:5.2.1'
11+
classpath 'org.owasp:dependency-check-gradle:5.3.2'
1212
}
1313
}
1414

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

2525

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

0 commit comments

Comments
 (0)