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.16.0 to 0.17.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.16.0...v0.17.0)

Updates `libherokubuildpack` from 0.16.0 to 0.17.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.16.0...v0.17.0)

Updates `libcnb-test` from 0.16.0 to 0.17.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.16.0...v0.17.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 Dec 7, 2023
1 parent 63ded0b commit 8acebe7
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
28 changes: 14 additions & 14 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 @@ -11,11 +11,11 @@ workspace = true
[dependencies]
buildpacks-jvm-shared.workspace = true
indoc = "2"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
libcnb = "=0.17.0"
libherokubuildpack = "=0.17.0"
nom = "7"
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.16.0"
libcnb-test = "=0.17.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 @@ -10,15 +10,15 @@ workspace = true

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

[dev-dependencies]
base64 = "0.21"
buildpacks-jvm-shared-test.workspace = true
libcnb-test = "=0.16.0"
libcnb-test = "=0.17.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 @@ -12,13 +12,13 @@ workspace = true
buildpacks-jvm-shared.workspace = true
fs_extra = "1"
indoc = "2"
libcnb = "=0.16.0"
libherokubuildpack = "=0.16.0"
libcnb = "=0.17.0"
libherokubuildpack = "=0.17.0"
serde = { version = "1", features = ["derive"] }
tempfile = "3"
ureq = "2"
url = "2"

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

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

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

0 comments on commit 8acebe7

Please sign in to comment.