Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,14 @@ dependencies:
source: https://github.com/bell-sw/Liberica/releases/download/25.0.3+11/bellsoft-jre25.0.3+11-linux-amd64.tar.gz
source_sha256: ''
- name: postgresql-jdbc
version: 42.7.8
uri: https://java-buildpack.cloudfoundry.org/postgresql-jdbc/postgresql-jdbc-42.7.8.jar
sha256: 2a32a9dcbc42d67a50ad3a0de5efd102c8d2be46720045f2cbd6689f160ab7c7
version: 42.7.11
uri: https://buildpacks.cloudfoundry.org/dependencies/postgresql-jdbc/postgresql-jdbc_42.7.11_linux_noarch_any-stack_1981b31d.jar
sha256: 1981b31d3993c58702783c1cddf10a34e48c1f413d70ff1cb6def0a143484647
cf_stacks:
- cflinuxfs4
source: https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.8/postgresql-42.7.8.jar
source_sha256: 2a32a9dcbc42d67a50ad3a0de5efd102c8d2be46720045f2cbd6689f160ab7c7
- cflinuxfs5
source: https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.11/postgresql-42.7.11.jar
source_sha256: ''
- name: sapmachine
version: 17.0.19
uri: https://buildpacks.cloudfoundry.org/dependencies/sapmachine/sapmachine_17.0.19_linux_x64_cflinuxfs4_133d93f4.tgz
Expand Down