From 0b0944eadc9b078a11e4c3d93e64ad23b6b1e199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:17:51 +0000 Subject: [PATCH] Bump redis.clients:jedis from 5.1.3 to 5.1.4 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.1.3...v5.1.4) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e50630..d0d7eb7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { implementation("org.quartz-scheduler:quartz:2.3.2") implementation("org.quartz-scheduler:quartz-jobs:2.3.2") - implementation("redis.clients:jedis:5.1.3") + implementation("redis.clients:jedis:5.1.4") implementation("com.fasterxml.jackson.core:jackson-core:2.17.1") implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")