diff --git a/build.gradle b/build.gradle index 19786dc22a..22935fb1c9 100644 --- a/build.gradle +++ b/build.gradle @@ -353,7 +353,7 @@ dependencies { implementation "io.github.openfeign:feign-httpclient:11.9.1" implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j - implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.5' + implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8' implementation(group: 'io.rest-assured', name: 'rest-assured', version: '3.3.0') { exclude group: "com.sun.xml.bind", module: "jaxb-osgi" exclude group: "org.apache.sling"