Skip to content

Commit

Permalink
Bump commons-collections4 from 4.2 to 4.4
Browse files Browse the repository at this point in the history
Bumps commons-collections4 from 4.2 to 4.4.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-collections4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2022
1 parent 6e75583 commit 44bc9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.10.13'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.2'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'

implementation group: 'com.amazonaws', name: 'aws-java-sdk-ecs', version: '1.11.454'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-ec2', version: '1.11.454'
Expand Down

0 comments on commit 44bc9f0

Please sign in to comment.