Skip to content

Commit

Permalink
Lock to latest versions of commonio
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 7, 2024
1 parent 9cf0f23 commit 4f69524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ configurations {
force "com.google.errorprone:error_prone_annotations:2.33.0"
force "org.checkerframework:checker-qual:3.47.0"
force "ch.qos.logback:logback-classic:1.5.8"
force "commons-io:commons-io:2.17.0"
}
}

Expand Down Expand Up @@ -701,7 +702,6 @@ dependencies {
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.2') {
exclude(group:'ch.qos.logback', module: 'logback-classic' )
exclude(group:'ch.qos.logback', module: 'logback-core' )
exclude(group:'commons.io', module: 'commons:io')
}
testRuntimeOnly 'com.yammer.metrics:metrics-core:2.2.0'
testRuntimeOnly "org.apache.kafka:kafka-metadata:${kafka_version}"
Expand Down

0 comments on commit 4f69524

Please sign in to comment.