Skip to content

Commit

Permalink
Merge branch 'main' into update/pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa authored Sep 24, 2024
2 parents e3cad2b + 6db5ba6 commit 4711ce8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:elastic-apm:java-agent:1.51.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:elastic-apm:java-agent:1.52.0:*:*:*:*:*:*:*"]
id = "elastic-apm-java"
name = "Elastic APM Java Agent"
purl = "pkg:generic/elastic-apm-java-agent@1.51.0"
sha256 = "298a5bca0fbd4087437717441268b06555fd9f1bc2aad7b0cf186452adafc304"
source = "https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/1.51.0/elastic-apm-agent-1.51.0-sources.jar"
source-sha256 = "1d378d6c4e0845e1b18bce431f182e21abafba252e2d00e0ad65878c17b8f9c8"
purl = "pkg:generic/elastic-apm-java-agent@1.52.0"
sha256 = "ef6c8f75bd6181e717cdd172864441580708c7ee8543175621a3f404f4ba6429"
source = "https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/1.52.0/elastic-apm-agent-1.52.0-sources.jar"
source-sha256 = "eb399196b14c0a94d31ae60efa1981389a2500fc29de8cac67b02d96b33a8c4d"
stacks = ["*"]
uri = "https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/1.51.0/elastic-apm-agent-1.51.0.jar"
version = "1.51.0"
uri = "https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/1.52.0/elastic-apm-agent-1.52.0.jar"
version = "1.52.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/elastic/apm-agent-java/blob/master/LICENSE.txt"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:elastic-apm:nodejs-agent:4.7.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:elastic-apm:nodejs-agent:4.7.3:*:*:*:*:*:*:*"]
id = "elastic-apm-nodejs"
name = "Elastic APM NodeJS Agent"
purl = "pkg:generic/[email protected].1?arch=amd64"
sha256 = "f81408fd21d1dd86ede90e782618e2890db5a31d66a9ba430faa0f03409da1ea"
source = "https://registry.npmjs.org/elastic-apm-node/-/elastic-apm-node-4.7.1.tgz"
source-sha256 = "f81408fd21d1dd86ede90e782618e2890db5a31d66a9ba430faa0f03409da1ea"
purl = "pkg:generic/[email protected].3?arch=amd64"
sha256 = "c34a6b04712372e8e9ee635fe39e4193784de617fd3bb5f1a32eaa4f28ae9756"
source = "https://registry.npmjs.org/elastic-apm-node/-/elastic-apm-node-4.7.3.tgz"
source-sha256 = "c34a6b04712372e8e9ee635fe39e4193784de617fd3bb5f1a32eaa4f28ae9756"
stacks = ["*"]
uri = "https://registry.npmjs.org/elastic-apm-node/-/elastic-apm-node-4.7.1.tgz"
version = "4.7.1"
uri = "https://registry.npmjs.org/elastic-apm-node/-/elastic-apm-node-4.7.3.tgz"
version = "4.7.3"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit 4711ce8

Please sign in to comment.