From 035441654e843cfad9f4d5bd4f38f84a768f6191 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 6 Apr 2024 07:04:22 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 770cc178e..b1de9b8ee 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Supported Redis: 3.0 ... 7.2 * Thread-safe implementation * Compatible with multiple Redis deployment types * [Redis Proxy](https://github.com/redisson/redisson/wiki/2.-Configuration/#29-proxy-mode) - * [Redis Multi-cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode) + * [Redis Multi-Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode) * [Redis Single](https://github.com/redisson/redisson/wiki/2.-Configuration/#26-single-instance-mode) * [Redis Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#24-cluster-mode) * [Redis Sentinel](https://github.com/redisson/redisson/wiki/2.-Configuration/#27-sentinel-mode) From 264a7837249670279dc9d4e1a7993b2bce521696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:45:54 +0000 Subject: [PATCH 2/2] Bump org.apache.httpcomponents:fluent-hc from 4.5.2 to 4.5.14 Bumps org.apache.httpcomponents:fluent-hc from 4.5.2 to 4.5.14. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:fluent-hc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- redisson-tomcat/pom.xml | 2 +- redisson/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-tomcat/pom.xml b/redisson-tomcat/pom.xml index 642536dc9..4419b2e46 100644 --- a/redisson-tomcat/pom.xml +++ b/redisson-tomcat/pom.xml @@ -38,7 +38,7 @@ org.apache.httpcomponents fluent-hc - 4.5.2 + 4.5.14 test diff --git a/redisson/pom.xml b/redisson/pom.xml index 29f317266..5b4b8022f 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -160,7 +160,7 @@ org.apache.httpcomponents fluent-hc - 4.5.13 + 4.5.14 test