Skip to content

Commit 186119c

Browse files
authored
Update README.md
1 parent 4df5fa2 commit 186119c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Try it online [here](https://openapi-codegen.davidmoten.org/prod/site/index.html
1212
* Immutable generated schema classes (none of this mutable Java beans getters-and-setters rubbish)
1313
* Extensively unit tested (and easy to add more to either demonstrate problems or correctness)
1414
* Supports Java 8, 11, 17, 21 (CI)
15-
* Supports Spring Boot 2.x, 3.x server-side
15+
* Supports Spring Boot 2.x, 3.x, 4.x server-side
1616
* Supports `oneOf`(discriminated/non-discriminated), `anyOf` (non-discriminated), `allOf`
1717
* `oneOf` and `anyOf` validate on creation
1818
* `allOf` generates an uber object with all members properties and `asBlah()` methods to access the individual members in a typed fashion
@@ -44,7 +44,7 @@ Try it online [here](https://openapi-codegen.davidmoten.org/prod/site/index.html
4444
* json only (xml not supported)
4545

4646
## How to build
47-
Requires JDK 17+ to build all modules.
47+
Requires JDK 21+ to build all modules.
4848

4949
`mvn clean install`
5050

0 commit comments

Comments
 (0)