Heroku update to v44.0 causes crash and error

I just ran through the normal update procedure on my heroku build by pushing an empty commit and the app has now crashed.

The only error I can get is the following

2022-08-09T15:27:36.466335+00:00 app[web.1]: WARNING: abs already refers to: #'clojure.core/abs in namespace: java-time.core, being replaced by: #'java-time.core/abs
2022-08-09T15:27:38.072263+00:00 app[web.1]: Exception in thread "main" java.lang.Error: Circular loading of installed providers detected
2022-08-09T15:27:38.072703+00:00 app[web.1]: at java.nio.file.spi.FileSystemProvider.installedProviders(FileSystemProvider.java:161)

Also these errors

2022-08-09T15:51:03.002141+00:00 app[web.1]: Unrecognized VM option 'UseCGroupMemoryLimitForHeap'
2022-08-09T15:51:03.002796+00:00 app[web.1]: Error: Could not create the Java Virtual Machine.
2022-08-09T15:51:03.002808+00:00 app[web.1]: Error: A fatal exception has occurred. Program will exit.

Hi @ed.s
Looks like you are using an old deploy repo, since we changed that two days ago:
https://github.com/metabase/metabase-deploy/pull/28
Metabase 44 has to use Java 11.

Brilliant. Not sure how that happened. Thank you for bringing it to my attention.