We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c0915 commit 8f96c4aCopy full SHA for 8f96c4a
build.gradle
@@ -325,7 +325,7 @@ dependencies {
325
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.0'
326
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.0'
327
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
328
- compile group: 'commons-io', name: 'commons-io', version: '2.3'
+ compile group: 'commons-io', name: 'commons-io', version: '2.7'
329
implementation 'io.grpc:grpc-netty-shaded:1.28.0'
330
implementation 'io.grpc:grpc-protobuf:1.28.0'
331
implementation 'io.grpc:grpc-stub:1.28.0'
0 commit comments