Skip to content

Commit 8f96c4a

Browse files
authored
Update commons-io version (#73)
Signed-off-by: Sruti Parthiban <[email protected]>
1 parent 43c0915 commit 8f96c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ dependencies {
325325
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.0'
326326
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.0'
327327
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
328-
compile group: 'commons-io', name: 'commons-io', version: '2.3'
328+
compile group: 'commons-io', name: 'commons-io', version: '2.7'
329329
implementation 'io.grpc:grpc-netty-shaded:1.28.0'
330330
implementation 'io.grpc:grpc-protobuf:1.28.0'
331331
implementation 'io.grpc:grpc-stub:1.28.0'

0 commit comments

Comments
 (0)