Skip to content

Commit 2ef95ba

Browse files
Bump jedis from 3.6.1 to 3.6.3 in /modules/junit-jupiter
Bumps [jedis](https://github.com/redis/jedis) from 3.6.1 to 3.6.3. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@jedis-3.6.1...v3.6.3) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 289521d commit 2ef95ba

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.6.1'
10+
testImplementation 'redis.clients:jedis:3.6.3'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1212
testImplementation ('org.mockito:mockito-core:3.11.2') {
1313
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)