Skip to content

Commit 5c5d4df

Browse files
Bump jedis from 3.7.0 to 4.0.1 in /modules/junit-jupiter
Bumps [jedis](https://github.com/redis/jedis) from 3.7.0 to 4.0.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v3.7.0...v4.0.1) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d44f68 commit 5c5d4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
testImplementation project(':mysql')
88
testImplementation project(':postgresql')
99
testImplementation 'com.zaxxer:HikariCP:4.0.3'
10-
testImplementation 'redis.clients:jedis:3.7.0'
10+
testImplementation 'redis.clients:jedis:4.0.1'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1212
testImplementation ('org.mockito:mockito-core:4.1.0') {
1313
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)