diff --git a/buildpack.toml b/buildpack.toml index e1bd106..1a995b8 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -44,16 +44,16 @@ api = "0.7" name = "BP_HEALTH_CHECKER_DEPENDENCY" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:dmikusa-pivotal:tiny-health-checker:0.26.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:dmikusa-pivotal:tiny-health-checker:0.27.0:*:*:*:*:*:*:*"] id = "thc" name = "Tiny Health Checker" - purl = "pkg:generic/thc@0.26.0?arch=amd64" - sha256 = "54107b50b6d745dc8a89442e3daa59bf0e1574f7e58a915663bfedb685557746" - source = "https://github.com/dmikusa/tiny-health-checker/archive/refs/tags/v0.26.0.tar.gz" - source-sha256 = "7b80c294c0b0e29dbd695c9b9a880ac5f4fd67c0b7f9c0d16f82a13e16b934ca" + purl = "pkg:generic/thc@0.27.0?arch=amd64" + sha256 = "2edad1a21411912b30c07a70836223c13bb05ae00b1ea5fa88bf84af1ebe78fd" + source = "https://github.com/dmikusa/tiny-health-checker/archive/refs/tags/v0.27.0.tar.gz" + source-sha256 = "e364e09c1c67330154463ff15c2408fad6ec1c0ed02cea3815223af1a33b93e2" stacks = ["*"] - uri = "https://github.com/dmikusa/tiny-health-checker/releases/download/v0.26.0/thc-x86_64-unknown-linux-musl" - version = "0.26.0" + uri = "https://github.com/dmikusa/tiny-health-checker/releases/download/v0.27.0/thc-x86_64-unknown-linux-musl" + version = "0.27.0" [[metadata.dependencies.licenses]] type = "Apache-2"