Skip to content

Commit

Permalink
Changed SCB dependency URI to Maven Central (#306)
Browse files Browse the repository at this point in the history
* Changed SCB dependency URI to Maven Central

* Bump spring-cloud-bindings from 1.10.0 to 1.11.0 (#307)

Bumps spring-cloud-bindings from 1.10.0 to 1.11.0.

Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: paketo-bot <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: paketo-bot <[email protected]>
Co-authored-by: paketo-bot <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2023
1 parent f21c9aa commit a7e1f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:
- id: spring-cloud-bindings
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
with:
uri: https://repo.spring.io/release
uri: https://repo1.maven.org/maven2
group_id: org.springframework.cloud
artifact_id: spring-cloud-bindings
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-spring-cloud-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
artifact_id: spring-cloud-bindings
group_id: org.springframework.cloud
uri: https://repo.spring.io/release
uri: https://repo1.maven.org/maven2
- name: Update Buildpack Dependency
id: buildpack
run: |-
Expand Down
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ api = "0.7"
name = "BPL_SPRING_CLOUD_BINDINGS_DISABLED"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:vmware:spring_cloud_bindings:1.10.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:vmware:spring_cloud_bindings:1.11.0:*:*:*:*:*:*:*"]
id = "spring-cloud-bindings"
name = "Spring Cloud Bindings"
purl = "pkg:generic/springframework/spring-cloud-bindings@1.10.0"
sha256 = "1f5b781f8bd0d6b85ab2462e4b98d36782a2227fef5b168db174b3959a0ebebe"
purl = "pkg:generic/springframework/spring-cloud-bindings@1.11.0"
sha256 = "9f76c9c93748472a9f145999d4da99c1d8cb070872bba574843c45ef1d14c27f"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar"
version = "1.10.0"
uri = "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-bindings/1.11.0/spring-cloud-bindings-1.11.0.jar"
version = "1.11.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit a7e1f5e

Please sign in to comment.