From 1750cc9b1085e87edef6f2df4def520d823ad8e9 Mon Sep 17 00:00:00 2001 From: paketo-bot <62766270+paketo-bot@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:08:37 -0800 Subject: [PATCH] Updating dependencies in buildpack.toml (#277) --- buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.toml b/buildpack.toml index 4946e50..38514ce 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -4,7 +4,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/dep" id = "paketo-buildpacks/dep" name = "Paketo Dep Buildpack" - sbom-formats = ["application/vnd.cyclonedx+json","application/spdx+json","application/vnd.syft+json"] + sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"] [[buildpack.licenses]] type = "Apache-2.0"