From 0737e784450ca1616e72baf2807b15f3912dafc9 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Sat, 10 Oct 2020 11:16:12 +0800 Subject: [PATCH] [Java] upgrade common-collections version (#10613) --- streaming/java/dependencies.bzl | 2 +- streaming/java/streaming-runtime/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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