We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1a07e commit 213d5c8Copy full SHA for 213d5c8
build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
22
implementation "com.squareup.okhttp3:okhttp:4.12.0"
23
// For LRU and expiring maps
24
- implementation 'org.apache.commons:commons-collections4:4.4'
+ implementation 'org.apache.commons:commons-collections4:4.5.0'
25
implementation 'org.slf4j:slf4j-api:2.0.17'
26
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
27
testImplementation platform('org.junit:junit-bom:5.11.4')
0 commit comments