Skip to content

Commit

Permalink
Bump the libcnb group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the libcnb group with 3 updates: [libcnb](https://github.com/heroku/libcnb.rs), [libherokubuildpack](https://github.com/heroku/libcnb.rs) and [libcnb-test](https://github.com/heroku/libcnb.rs).


Updates `libcnb` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.15.0...v0.16.0)

Updates `libherokubuildpack` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.15.0...v0.16.0)

Updates `libcnb-test` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 4e78bb9 commit 6f366f2
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 40 deletions.
46 changes: 24 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions buildpacks/gradle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ publish.workspace = true
[dependencies]
buildpacks-jvm-shared.workspace = true
indoc = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
nom = "7"
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
6 changes: 3 additions & 3 deletions buildpacks/jvm-function-invoker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ publish.workspace = true

[dependencies]
indoc = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
serde = "1"
thiserror = "1"
toml = "0.8"

[dev-dependencies]
base64 = "0.21"
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
tempfile = "3"
ureq = "2"
6 changes: 3 additions & 3 deletions buildpacks/jvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ publish.workspace = true
buildpacks-jvm-shared.workspace = true
fs_extra = "1"
indoc = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
serde = { version = "1", features = ["derive"] }
tempfile = "3"
ureq = "2"
url = "2"

[dev-dependencies]
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
6 changes: 3 additions & 3 deletions buildpacks/maven/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ publish.workspace = true
buildpacks-jvm-shared.workspace = true
flate2 = "1"
indoc = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
regex = "1"
serde = { version = "1", features = ["derive"] }
shell-words = "1"
Expand All @@ -20,4 +20,4 @@ tempfile = "3"
[dev-dependencies]
buildpacks-jvm-shared-test.workspace = true
java-properties = "2"
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
6 changes: 3 additions & 3 deletions buildpacks/sbt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ publish.workspace = true
buildpacks-jvm-shared.workspace = true
indoc = "2"
java-properties = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
semver = { version = "1", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
shell-words = "1"
Expand All @@ -19,5 +19,5 @@ thiserror = "1"

[dev-dependencies]
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
ureq = "2"
2 changes: 1 addition & 1 deletion shared-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish.workspace = true

[dependencies]
exponential-backoff = "1"
libcnb-test = "=0.15.0"
libcnb-test = "=0.16.0"
ureq = "2"
4 changes: 2 additions & 2 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish.workspace = true
[dependencies]
indoc = "2"
java-properties = "2"
libcnb = "=0.15.0"
libherokubuildpack = "=0.15.0"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"

0 comments on commit 6f366f2

Please sign in to comment.