Customer's app is built on java buildpack v4.49, when they upgrade the app to v4.53 by updating the manifest.yaml file, the jvmkill version does not get updated to 1.17.0_RELEASE from current jvmkill-1.16.0_RELEASE and the app throws below error -
Error : Could not find agent library /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jvmkill-1.16.0_RELEASE in absolute path, with error: /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jvmkill-1.16.0_RELEASE: cannot open shared object file: No such file or directory
If customer deploy a new app with v4.53, they won't see this issue and the latest jvmkill version is updated in the start command. The error only happens when trying to update the java buildpack version.