Merge branch 'master' of github.com:redisson/redisson

pull/5708/head^2
Nikita Koksharov 10 months ago
commit 885bb7779c

@ -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)

@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.2</version>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>

@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>

Loading…
Cancel
Save