From a8bb26a4fc8cc02642ccc0bcb0be5f865b93c051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20L=C3=B6bel?= Date: Tue, 6 Dec 2022 14:40:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fb1af..e1e6ef3 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,14 @@ You need to add jitpack to your `pom.xml` because this project is not available ``` +_Note_: For Spring Boot < 3.0 please use 2.3.0, otherwise use 3.0.0 for Spring Boot >= 3.0. + Add the `json-schema-validation-starter`-dependency to your `pom.xml` ``` com.github.JanLoebel json-schema-validation-starter - 2.3.0 + 3.0.0 ```