Skip to content

Commit 213d5c8

Browse files
chore(deps): bump org.apache.commons:commons-collections4 (#113)
Bumps org.apache.commons:commons-collections4 from 4.4 to 4.5.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-collections4 dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b1a07e commit 213d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
2222
implementation "com.squareup.okhttp3:okhttp:4.12.0"
2323
// For LRU and expiring maps
24-
implementation 'org.apache.commons:commons-collections4:4.4'
24+
implementation 'org.apache.commons:commons-collections4:4.5.0'
2525
implementation 'org.slf4j:slf4j-api:2.0.17'
2626
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
2727
testImplementation platform('org.junit:junit-bom:5.11.4')

0 commit comments

Comments
 (0)