Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion billing-report-agent/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cloud-pipeline-common/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion data-transfer-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-agent/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vm-monitor/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down