Skip to content

Commit

Permalink
Update fixed tomcat and app insight
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Apr 4, 2024
1 parent 95ae399 commit ce558f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/apache-tomcat"
optional = true
version = "7.16.0"
version = "7.16.1"

[[order.group]]
id = "paketo-buildpacks/apache-tomee"
Expand Down Expand Up @@ -128,7 +128,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/azure-application-insights"
optional = true
version = "5.19.0"
version = "5.19.1"

[[order.group]]
id = "paketo-buildpacks/google-stackdriver"
Expand Down
4 changes: 2 additions & 2 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
uri = "docker://gcr.io/paketo-buildpacks/executable-jar:6.9.0"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/apache-tomcat:7.16.0"
uri = "docker://gcr.io/paketo-buildpacks/apache-tomcat:7.16.1"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/apache-tomee:1.8.2"
Expand All @@ -56,7 +56,7 @@
uri = "docker://gcr.io/paketo-buildpacks/jattach:1.7.0"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/azure-application-insights:5.19.0"
uri = "docker://gcr.io/paketo-buildpacks/azure-application-insights:5.19.1"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/google-stackdriver:9.0.1"
Expand Down

0 comments on commit ce558f4

Please sign in to comment.