Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
Browse files Browse the repository at this point in the history
…jupiter/redis.clients-jedis-5.0.1' into combined-pr-branch
  • Loading branch information
eddumelendez committed Oct 3, 2023
2 parents e7560d4 + 524b1ac commit 27b8adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation project(':mysql')
testImplementation project(':postgresql')
testImplementation 'com.zaxxer:HikariCP:4.0.3'
testImplementation 'redis.clients:jedis:5.0.0'
testImplementation 'redis.clients:jedis:5.0.1'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation ('org.mockito:mockito-core:4.11.0') {
exclude(module: 'hamcrest-core')
Expand Down

0 comments on commit 27b8adf

Please sign in to comment.