diff --git a/streaming/java/dependencies.bzl b/streaming/java/dependencies.bzl index 37d0cc8de..1d4779de1 100644 --- a/streaming/java/dependencies.bzl +++ b/streaming/java/dependencies.bzl @@ -24,7 +24,7 @@ def gen_streaming_java_deps(): "org.mockito:mockito-all:1.10.19", "org.powermock:powermock-module-testng:1.6.6", "org.powermock:powermock-api-mockito:1.6.6", - "commons-collections:commons-collections:3.2.1", + "commons-collections:commons-collections:3.2.2", ], repositories = [ "https://repo.spring.io/plugins-release/", diff --git a/streaming/java/streaming-runtime/pom.xml b/streaming/java/streaming-runtime/pom.xml index 7331bc103..18f51571a 100644 --- a/streaming/java/streaming-runtime/pom.xml +++ b/streaming/java/streaming-runtime/pom.xml @@ -72,7 +72,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-io