Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paketo-buildpacks/java-azure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8cf64b3c1a299afc23c19c93ce31ada3c6e6b2e
Choose a base ref
..
head repository: paketo-buildpacks/java-azure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38afcda9ed011492241981586d3abac4eb0fa320
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 buildpack.toml
  2. +1 −1 package.toml
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "2.10.0"
version = "3.1.1"

[[order.group]]
id = "paketo-buildpacks/executable-jar"
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
uri = "docker://gcr.io/paketo-buildpacks/sbt:6.12.13"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/watchexec:2.10.0"
uri = "docker://gcr.io/paketo-buildpacks/watchexec:3.1.1"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/executable-jar:6.8.5"