Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(deps): update dependency com.github.ben-manes.caffeine:caffeine t…
…o v3.2.3
  • Loading branch information
renovate[bot] authored Dec 11, 2025
commit ed3fc96c021f6310c535539a253ec211fb970f95
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.59.2'
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.9'

implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.3'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-logging-logback', version: appInsightsVersion
implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: appInsightsVersion
implementation group: 'com.sun.mail', name: 'mailapi', version: '2.0.2'
Expand Down