Skip to content

Commit

Permalink
Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.8 (#…
Browse files Browse the repository at this point in the history
…4303)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent bbc9f28 commit e81e3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ dependencies {
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.7'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'

implementation group: 'org.springframework.security', name: 'spring-security-web', version: versions.springSecurity
implementation group: 'org.springframework.security', name: 'spring-security-config', version: versions.springSecurity
Expand Down

0 comments on commit e81e3bb

Please sign in to comment.