From f5f71df9a0be2e8bc94d1a4c2e72b4f27c0bf06f Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Mon, 23 Sep 2024 17:21:52 -0500 Subject: [PATCH] Update README.md Dependency submission is no longer in beta --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5073bf1..cd9f3db 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This is a GitHub Action that will generate a complete dependency graph for a Mav The action will invoke maven using the `com.github.ferstl:depgraph-maven-plugin:4.0.2` plugin to generate JSON output of the complete dependency graph, which is then processed and submitted using the [Dependency Submission Toolkit](https://github.com/github/dependency-submission-toolkit) to the GitHub repository. -> **Warning** The dependency submission APIs and toolkit are still currently in beta and as such subject to changes in future releases. - ## Usage