Skip to content

Commit a8bb26a

Browse files
authored
Update README.md
1 parent 7db197e commit a8bb26a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ You need to add jitpack to your `pom.xml` because this project is not available
1818
</repositories>
1919
```
2020

21+
_Note_: For Spring Boot < 3.0 please use 2.3.0, otherwise use 3.0.0 for Spring Boot >= 3.0.
22+
2123
Add the `json-schema-validation-starter`-dependency to your `pom.xml`
2224
```
2325
<dependency>
2426
<groupId>com.github.JanLoebel</groupId>
2527
<artifactId>json-schema-validation-starter</artifactId>
26-
<version>2.3.0</version>
28+
<version>3.0.0</version>
2729
</dependency>
2830
```
2931

0 commit comments

Comments
 (0)