diff --git a/buildpack.toml b/buildpack.toml index d7c9063..8951d19 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,14 +32,14 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.3:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.4:*:*:*:*:*:*:*"] id = "watchexec" name = "Watchexec" - purl = "pkg:generic/watchexec@1.20.3?arch=amd64" - sha256 = "20f9f4efcb914b644b27bb5adc9c93c08c4779343a8cd3185ee2935b40514f98" + purl = "pkg:generic/watchexec@1.20.4?arch=amd64" + sha256 = "dae5499463481b8d756a4d848ada0665e60a626a882c65a9977ded5beb388f34" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.3/watchexec-1.20.3-x86_64-unknown-linux-musl.tar.xz" - version = "1.20.3" + uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.4/watchexec-1.20.4-x86_64-unknown-linux-musl.tar.xz" + version = "1.20.4" [[metadata.dependencies.licenses]] type = "Apache-2.0"