Skip to content

Commit 0cab47b

Browse files
Bump jedis from 4.2.2 to 4.2.3 in /modules/junit-jupiter
Bumps [jedis](https://github.com/redis/jedis) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v4.2.2...v4.2.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 bec3ff9 commit 0cab47b

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

0 commit comments

Comments
 (0)