Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CAP Java 5.0 increased some minimum required versions:
| --- | --- |
| Spring Boot | 4.0 |
| XSUAA (BTP Security Library) | 4.0.0 |
| Maven | 3.9.15 |
| Maven | 3.9.14 |

<!-- ### Adjusted Property Defaults

Expand Down Expand Up @@ -119,7 +119,7 @@ There are some incompatibilities in the [`cds-maven-plugin`](./assets/cds-maven-

#### Minimum Maven Version

For security reasons, the minimum required Maven version has been increased to **3.9.10**. Make sure to update your Maven version accordingly in your build environment. We strongly recommend using the latest available Maven 3.9.x (not 4.0.x) version, which is currently **3.9.15** at the time of writing.
For security reasons, the minimum required Maven version has been increased to **3.9.14**. Make sure to update your Maven version accordingly in your build environment. We strongly recommend using the latest available Maven 3.9.x (not 4.0.x) version, which is currently **3.9.16** at the time of writing.

#### Removed deprecated goal `install-cdsdk`

Expand Down
Loading