Skip to content

Commit

Permalink
[BEAM-8701] bump commons-io to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
masahitojp committed Aug 16, 2022
1 parent 67cb87e commit 8616e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ class BeamModulePlugin implements Plugin<Project> {
commons_collections : "commons-collections:commons-collections:3.2.2",
commons_compress : "org.apache.commons:commons-compress:1.21",
commons_csv : "org.apache.commons:commons-csv:1.8",
commons_io : "commons-io:commons-io:2.6",
commons_io : "commons-io:commons-io:2.7",
commons_lang3 : "org.apache.commons:commons-lang3:3.9",
commons_math3 : "org.apache.commons:commons-math3:3.6.1",
error_prone_annotations : "com.google.errorprone:error_prone_annotations:$errorprone_version",
Expand Down
5 changes: 0 additions & 5 deletions sdks/java/io/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ dependencies {
testRuntimeOnly library.java.slf4j_jdk14
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
}

configurations.testRuntimeClasspath {
// force version required by embedded-redis:0.8.2 in tests
resolutionStrategy { force "commons-io:commons-io:2.7" }
}

0 comments on commit 8616e6a

Please sign in to comment.