Skip to content

Commit dfade29

Browse files
Bump redis.clients:jedis from 6.2.0 to 7.0.0 in /SimpleAPI
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f171cc8 commit dfade29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleAPI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>redis.clients</groupId>
219219
<artifactId>jedis</artifactId>
220-
<version>6.2.0</version>
220+
<version>7.0.0</version>
221221
</dependency>
222222
</dependencies>
223223
<profiles>

0 commit comments

Comments
 (0)