diff options
Diffstat (limited to 'data/removals/15_0/15-0-dependency-scanning-default-java-version.yml')
-rw-r--r-- | data/removals/15_0/15-0-dependency-scanning-default-java-version.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-dependency-scanning-default-java-version.yml b/data/removals/15_0/15-0-dependency-scanning-default-java-version.yml new file mode 100644 index 00000000000..dee3b5093fc --- /dev/null +++ b/data/removals/15_0/15-0-dependency-scanning-default-java-version.yml @@ -0,0 +1,15 @@ +- name: "Dependency Scanning default Java version changed to 17" + announcement_milestone: "14.10" + announcement_date: "2022-04-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: true + reporter: NicoleSchwartz + body: | + For Dependency Scanning, the default version of Java that the scanner expects will be updated from 11 to 17. Java 17 is [the most up-to-date Long Term Support (LTS) version](https://en.wikipedia.org/wiki/Java_version_history). Dependency Scanning continues to support the same [range of versions (8, 11, 13, 14, 15, 16, 17)](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#supported-languages-and-package-managers), only the default version is changing. If your project uses the previous default of Java 11, be sure to [set the `DS_JAVA_VERSION` variable to match](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuring-specific-analyzers-used-by-dependency-scanning). Please note that consequently the default version of Gradle is now 7.3.3. + stage: secure + tiers: ultimate + issue_url: + documentation_url: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuring-specific-analyzers-used-by-dependency-scanning + image_url: + video_url: |