Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 03:22:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 03:22:04 +0300
commit54efc4fee638a0f47372961b24c0efa477e5b01a (patch)
treef88e6ab07b300da2ddec265219ee4a0de19d40e9 /data
parentb63258f30497faee8987a6afbdb1dcb8f58dea92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/17-0-dependency-scanning-sbt-support.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/deprecations/17-0-dependency-scanning-sbt-support.yml b/data/deprecations/17-0-dependency-scanning-sbt-support.yml
new file mode 100644
index 00000000000..a255cd9585e
--- /dev/null
+++ b/data/deprecations/17-0-dependency-scanning-sbt-support.yml
@@ -0,0 +1,11 @@
+- title: "Dependency Scanning support for sbt 1.0.X"
+ removal_milestone: "17.0"
+ announcement_milestone: "16.8"
+ breaking_change: true
+ reporter: johncrowley
+ stage: Secure
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/415835
+ body: | # (required) Don't change this line.
+ Supporting very old versions of sbt is preventing us from improving our support for additional use cases with this package manager without increasing our maintenance cost.
+
+ Version 1.1.0 of sbt was released 6 years ago, and users are advised to upgrade from 1.0.x as Dependency Scanning will no longer work.