Skip to content

Commit

Permalink
Merge pull request #355 from paketo-buildpacks/update/buildpack/datad…
Browse files Browse the repository at this point in the history
…og-agent-java

Bump datadog-agent-java from 1.41.1 to 1.41.2
  • Loading branch information
dmikusa authored Nov 4, 2024
2 parents a6b2382 + 5d784d6 commit c09cf31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ api = "0.7"
name = "BPL_DATADOG_DISABLED"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:datadoghq:java-agent:1.41.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:datadoghq:java-agent:1.41.2:*:*:*:*:*:*:*"]
id = "datadog-agent-java"
name = "Datadog Java Agent"
purl = "pkg:generic/[email protected].1"
sha256 = "26c43143329c2d01ce523a4a067eacbad1dcd36c6eaab4930e6513c7aa005391"
source = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.41.1/dd-java-agent-1.41.1-sources.jar"
source-sha256 = "36ade3a317a96c6ead6cd9c40dfb90af192d9a55ba6972e3131c2e9137dcf695"
purl = "pkg:generic/[email protected].2"
sha256 = "498163e9dfe569bac62084b56bcb2f0e1d1ac448022e672ebece3ae6669394c0"
source = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.41.2/dd-java-agent-1.41.2-sources.jar"
source-sha256 = "98c610ea70c36c431bb8bfe6f12e3dbf30b2bdd039855bf39f5c01e03aed90f2"
stacks = ["*"]
uri = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.41.1/dd-java-agent-1.41.1.jar"
version = "1.41.1"
uri = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.41.2/dd-java-agent-1.41.2.jar"
version = "1.41.2"

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

0 comments on commit c09cf31

Please sign in to comment.