Skip to content

Commit

Permalink
fix: redisson 버전 3.37.0으로 변경 #48
Browse files Browse the repository at this point in the history
  • Loading branch information
mungsil authored Oct 21, 2024
1 parent 1eaf5d5 commit 66526a6
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 @@ -67,7 +67,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

// redisson
implementation 'org.redisson:redisson-spring-boot-starter:3.36.0'
implementation 'org.redisson:redisson-spring-boot-starter:3.37.0'

// Actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'
Expand Down

0 comments on commit 66526a6

Please sign in to comment.