Skip to content

Commit 5e9e0d7

Browse files
committed
Add appdynamics 25.5.0-1371, remove appdynamics 23.11.0-839
for stack(s) cflinuxfs4, cflinuxfs3
1 parent 0747055 commit 5e9e0d7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/appdynamics/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _defaults(self):
5151
"""
5252
return {
5353
'APPDYNAMICS_HOST': 'java-buildpack.cloudfoundry.org',
54-
'APPDYNAMICS_VERSION': '23.11.0-839',
54+
'APPDYNAMICS_VERSION': '25.5.0-1371',
5555
'APPDYNAMICS_PACKAGE': 'appdynamics-{APPDYNAMICS_VERSION}.tar.bz2',
5656
'APPDYNAMICS_DOWNLOAD_URL': 'https://{APPDYNAMICS_HOST}/appdynamics-php/{APPDYNAMICS_PACKAGE}'
5757
}

manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ dependency_deprecation_dates:
5757
match: 8.3.\d+
5858
dependencies:
5959
- name: appdynamics
60-
version: 23.11.0-839
61-
uri: https://java-buildpack.cloudfoundry.org/appdynamics-php/appdynamics-23.11.0-839.tar.bz2
62-
sha256: '04904a9ddc45bab06b80fa6c32671e82d8edfbaecf8dc943720db7b5c790ec8d'
60+
version: 25.5.0-1371
61+
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-25.5.0-1371.tar.bz2
62+
sha256: afa6a41f427788ae056b7699c99ded037e8f26f5c19ebeef59359535dedea85b
6363
cf_stacks:
6464
- cflinuxfs4
6565
- cflinuxfs3
6666
osl: https://docs.appdynamics.com/display/DASH/Legal+Notices
67-
source_sha256: '04904a9ddc45bab06b80fa6c32671e82d8edfbaecf8dc943720db7b5c790ec8d'
67+
source_sha256: afa6a41f427788ae056b7699c99ded037e8f26f5c19ebeef59359535dedea85b
6868
- name: composer
6969
version: 2.8.8
7070
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.8.8_linux_noarch_any-stack_957263e2.phar

0 commit comments

Comments
 (0)