diff --git a/build.gradle b/build.gradle index 8fa1cf0af..119492a63 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.yahoo.datasketches:sketches-core:0.13.4' implementation 'com.yahoo.datasketches:memory:0.12.2' - implementation 'org.apache.commons:commons-pool2:2.12.0' + implementation 'org.apache.commons:commons-pool2:2.13.1' implementation 'software.amazon.randomcutforest:randomcutforest-serialization:4.4.0' implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:4.4.0' implementation 'software.amazon.randomcutforest:randomcutforest-core:4.4.0'