Skip to content

Commit df6d7c6

Browse files
Bump redis.clients:jedis from 5.1.2 to 5.1.3 in /modules/junit-jupiter
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v5.1.2...v5.1.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 b08a232 commit df6d7c6

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
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation project(':mysql')
99
testImplementation project(':postgresql')
1010
testImplementation 'com.zaxxer:HikariCP:4.0.3'
11-
testImplementation 'redis.clients:jedis:5.1.2'
11+
testImplementation 'redis.clients:jedis:5.1.3'
1212
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1313
testImplementation ('org.mockito:mockito-core:4.11.0') {
1414
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)