Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
qihaiyan committed Dec 24, 2023
1 parent 6a4fa64 commit bf71165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ subprojects {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.vintage:junit-vintage-engine'
testImplementation 'com.h2database:h2'
testImplementation 'com.github.fppt:jedis-mock:1.0.7'
testImplementation 'com.github.fppt:jedis-mock:1.0.13'
}
}
2 changes: 1 addition & 1 deletion spring-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.vintage:junit-vintage-engine'
testImplementation 'com.github.fppt:jedis-mock:1.0.7'
testImplementation 'com.github.fppt:jedis-mock:1.0.13'
}

0 comments on commit bf71165

Please sign in to comment.