File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ buildscript {
4747dependencies {
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}
Original file line number Diff line number Diff line change 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
2626checkstyle {
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'
You can’t perform that action at this time.
0 commit comments