From 24a05e26af5e27cca862bd9eb2bcd9e7942b977b Mon Sep 17 00:00:00 2001 From: "WhiteSource for GitHub.com" Date: Tue, 5 Oct 2021 08:43:40 +0000 Subject: [PATCH] Update dependency org.apache.commons:commons-collections4 to v4.1 --- api/build.gradle | 2 +- billing-report-agent/gradle.properties | 2 +- cloud-pipeline-common/model/build.gradle | 2 +- core/build.gradle | 2 +- data-transfer-service/build.gradle | 2 +- elasticsearch-agent/gradle.properties | 2 +- vm-monitor/gradle.properties | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/build.gradle b/api/build.gradle index 637e69d939..e681f656c0 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -156,7 +156,7 @@ dependencies { // Apache Commons compile group: "commons-io", name: "commons-io", version: "2.4" compile group: "org.apache.commons", name: "commons-lang3", version: "3.0" - compile group: "org.apache.commons", name: "commons-collections4", version: "4.0" + compile group: "org.apache.commons", name: "commons-collections4", version: "4.1" compile group: "commons-validator", name: "commons-validator", version: "1.5.0" compile group: "org.apache.commons", name: "commons-math3", version: "3.6.1" diff --git a/billing-report-agent/gradle.properties b/billing-report-agent/gradle.properties index ece04114f4..55badd05da 100644 --- a/billing-report-agent/gradle.properties +++ b/billing-report-agent/gradle.properties @@ -11,7 +11,7 @@ jaksonVersion=2.9.6 apacheCommonsIOVersion=2.6 apacheCommonsLangVersion=3.8.1 -apacheCommonsCollectionsVersion=4.2 +apacheCommonsCollectionsVersion=4.1 awsSdkVersion=1.11.699 gcpBillingSdkVersion=v1-rev51-1.25.0 diff --git a/cloud-pipeline-common/model/build.gradle b/cloud-pipeline-common/model/build.gradle index 941eaed503..9c733d76e3 100644 --- a/cloud-pipeline-common/model/build.gradle +++ b/cloud-pipeline-common/model/build.gradle @@ -52,7 +52,7 @@ dependencies { compile group: 'commons-validator', name: "commons-validator", version: "1.5.0" compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7' compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1' - compile group: 'org.apache.commons', name: "commons-collections4", version: "4.0" + compile group: 'org.apache.commons', name: "commons-collections4", version: "4.1" compile group: "org.apache.commons", name: "commons-text", version: "1.4" compileOnly "org.projectlombok:lombok:1.16.16" diff --git a/core/build.gradle b/core/build.gradle index d34d488b54..ba07316422 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -30,7 +30,7 @@ dependencies { compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.7' compile group: 'joda-time', name: 'joda-time', version: '2.9.9' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7' - compile group: 'org.apache.commons', name: "commons-collections4", version: "4.0" + compile group: 'org.apache.commons', name: "commons-collections4", version: "4.1" compile('org.springframework.boot:spring-boot-starter-data-jpa') compileOnly "org.projectlombok:lombok:1.16.16" testCompile('org.springframework.boot:spring-boot-starter-test') diff --git a/data-transfer-service/build.gradle b/data-transfer-service/build.gradle index a0a3afddd5..448358abfa 100644 --- a/data-transfer-service/build.gradle +++ b/data-transfer-service/build.gradle @@ -72,7 +72,7 @@ dependencies { compile group: "org.apache.commons", name: "commons-math3", version: "3.6.1" compile group: "org.apache.commons", name: "commons-text", version: "1.4" compile group: "org.apache.commons", name: "commons-lang3", version: "3.8" - compile group: "org.apache.commons", name: "commons-collections4", version: "4.0" + compile group: "org.apache.commons", name: "commons-collections4", version: "4.1" compile group: "commons-io", name: "commons-io", version: "2.6" // Google Cloud Storage SDK diff --git a/elasticsearch-agent/gradle.properties b/elasticsearch-agent/gradle.properties index 4e7750b526..8a204bc324 100644 --- a/elasticsearch-agent/gradle.properties +++ b/elasticsearch-agent/gradle.properties @@ -15,7 +15,7 @@ postgresqlVersion=42.1.4 apacheCommonsIOVersion=2.6 apacheCommonsLangVersion=3.8.1 -apacheCommonsCollectionsVersion=4.2 +apacheCommonsCollectionsVersion=4.1 awsSdkS3Version=1.11.301 awsSdkSTSVersion=1.11.211 diff --git a/vm-monitor/gradle.properties b/vm-monitor/gradle.properties index e94329a348..dbd89bf6c5 100644 --- a/vm-monitor/gradle.properties +++ b/vm-monitor/gradle.properties @@ -25,7 +25,7 @@ jaksonVersion=2.9.6 apacheCommonsIOVersion=2.6 apacheCommonsLangVersion=3.8.1 -apacheCommonsCollectionsVersion=4.2 +apacheCommonsCollectionsVersion=4.1 k8sLibraryVersion=4.6.1