Skip to content

Commit

Permalink
Merge branch 'main' into update/buildpack/azure-application-insights-…
Browse files Browse the repository at this point in the history
…nodejs
  • Loading branch information
dmikusa authored Mar 4, 2024
2 parents fa4082a + 61be319 commit 23ad98f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ api = "0.7"
name = "Azure Application Insights Java Agent"
purl = "pkg:generic/[email protected]"
sha256 = "20d1d5adf469fd19e841f88a01c13966358d238c3cc824e1db4278f1ff2f5c0d"
source = "https://github.com/Microsoft/ApplicationInsights-Java/archive/refs/tags/v3.5.0.tar.gz"
source-sha256 = "99b221246003b9831206e005314803a7116bb2acd9ee8d5f8e51cd616ec73cbd"
source = "https://github.com/Microsoft/ApplicationInsights-Java/archive/refs/tags/3.5.0.tar.gz"
source-sha256 = "5f4204b88e1261ebaa494e8a5c5c3a96f7f181ea69b8cb061ccb74cb13c282c5"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/microsoft/ApplicationInsights-Java/releases/download/v3.5.0/applicationinsights-agent-3.5.0.jar"
uri = "https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.5.0/applicationinsights-agent-3.5.0.jar"
version = "3.5.0"

[[metadata.dependencies.licenses]]
Expand Down

0 comments on commit 23ad98f

Please sign in to comment.