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 ```