From d8d129c92656a436e6c4fd09fab963698ea32621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:35:26 +0000 Subject: [PATCH 1/3] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0 to 3.2.5 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- redisson-quarkus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-quarkus/pom.xml b/redisson-quarkus/pom.xml index d2c78672b..8ce7cfdc4 100644 --- a/redisson-quarkus/pom.xml +++ b/redisson-quarkus/pom.xml @@ -21,7 +21,7 @@ 3.13.0 - 3.0.0 + 3.2.5 ${surefire-plugin.version} From fdb526cbbe386a519fa3ce50b689686236437e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:35:30 +0000 Subject: [PATCH 2/3] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.2.5 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- redisson-quarkus/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba4b96ffb..7a4af4851 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 diff --git a/redisson-quarkus/pom.xml b/redisson-quarkus/pom.xml index d2c78672b..8ce7cfdc4 100644 --- a/redisson-quarkus/pom.xml +++ b/redisson-quarkus/pom.xml @@ -21,7 +21,7 @@ 3.13.0 - 3.0.0 + 3.2.5 ${surefire-plugin.version} From 551ce0391dc11e8aa400dc799390d9ae96998c81 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 21 May 2024 09:11:33 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 44669da4f..ed210421d 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ Supported JDK: 1.8 - 21 and Android * [Redis](https://redis.io) 3.0 - 7.2 compatible * [Valkey](https://valkey.io) 7.2.5+ compatible * Supported 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-Sentinel](https://github.com/redisson/redisson/wiki/2.-Configuration/#211-multi-sentinel-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) - * [Redis Replicated](https://github.com/redisson/redisson/wiki/2.-Configuration/#25-replicated-mode) - * [Redis Master and Slaves](https://github.com/redisson/redisson/wiki/2.-Configuration/#28-master-slave-mode) + * [Proxy](https://github.com/redisson/redisson/wiki/2.-Configuration/#29-proxy-mode) + * [Multi-Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode) + * [Multi-Sentinel](https://github.com/redisson/redisson/wiki/2.-Configuration/#211-multi-sentinel-mode) + * [Single](https://github.com/redisson/redisson/wiki/2.-Configuration/#26-single-instance-mode) + * [Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#24-cluster-mode) + * [Sentinel](https://github.com/redisson/redisson/wiki/2.-Configuration/#27-sentinel-mode) + * [Replicated](https://github.com/redisson/redisson/wiki/2.-Configuration/#25-replicated-mode) + * [Master and Slaves](https://github.com/redisson/redisson/wiki/2.-Configuration/#28-master-slave-mode) * Amazon Web Services compatible * [AWS Elasticache Serverless](https://aws.amazon.com/elasticache/features/#Serverless) * [AWS Redis Global Datastore](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html)