Skip to content

Commit c4bc04e

Browse files
Update min. Maven version to 3.9.14 in Java Migration Guide (#2627)
Consider changes in PR: https://github.wdf.sap.corp/cds-java/cds-services/pull/6919 --------- Co-authored-by: Adrian Görler <adrian.goerler@sap.com>
1 parent 7ce20cc commit c4bc04e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ CAP Java 5.0 increased some minimum required versions:
6969
| --- | --- |
7070
| Spring Boot | 4.0 |
7171
| XSUAA (BTP Security Library) | 4.0.0 |
72-
| Maven | 3.9.15 |
72+
| Maven | 3.9.14 |
7373

7474
<!-- ### Adjusted Property Defaults
7575
@@ -119,7 +119,7 @@ There are some incompatibilities in the [`cds-maven-plugin`](./assets/cds-maven-
119119

120120
#### Minimum Maven Version
121121

122-
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.
122+
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.
123123

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

0 commit comments

Comments
 (0)