From 106fed4591e86c171bfa9fecc37382623e7945f9 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Thu, 5 Sep 2024 06:13:47 +0200 Subject: [PATCH] add comment about dependency management (#918) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4971162c4..89a794491 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ This project allows you to leverage Zeebe and Operate within your Spring or Spri ## Version compatibility +>This client does not set any dependency version. If you are facing dependency version issues, please manage the dependency version in your project. In case this client is not compatible with a required dependency version, please open an issue. + | Spring Zeebe version | JDK | Camunda version | Bundled Spring Boot version | Compatible Spring Boot versions | |----------------------|-------|-----------------|-----------------------------|---------------------------------| -| >= 8.5.0 | >= 17 | 8.5.0 | 3.2.5 | >= 3.x.x | +| >= 8.5.0 | >= 17 | 8.5.0 | 3.2.5 | >= 3.x.x | | >= 8.4.0 | >= 17 | 8.4.0 | 3.2.0 | >= 2.7.x, 3.x.x | | >= 8.3.4 | >= 17 | 8.3.4 | 3.2.0 | >= 2.7.x, 3.x.x | | >= 8.3.0 | >= 17 | 8.3.1 | 2.7.7 | >= 2.7.x, 3.x.x |