diff --git a/README.md b/README.md index 408ed0ce..cf0196e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This document contains general information on the Mendix Cloud Foundry Buildpack. +**Warning** - We strongly encourage customers to begin their journey toward [Mendix Portable Runtime](https://docs.mendix.com/developerportal/deploy/portable-app-distribution-deploy/), as the Cloud Foundry Buildpack will no longer support Mendix 12 and future Runtime versions, marking the start of the deprecation process. For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/) + The buildpack is heavily tied to the Mendix Public Cloud, but can be used independently. Release notes are available for the [buildpack](https://github.com/mendix/cf-mendix-buildpack/releases/), [Mendix itself](https://docs.mendix.com/releasenotes/studio-pro/) and the [Mendix Public Cloud](https://docs.mendix.com/releasenotes/developer-portal/deployment). diff --git a/dependencies.yml b/dependencies.yml index a3f464de..2fb38101 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -79,10 +79,10 @@ dependencies: version: 8.24.0 nginx: artifact: nginx_{{ version }}_linux_x64_{{ fs }}_{{ commit }}.tgz - commit: b1316f75 + commit: 8ae9e822 fs: cflinuxfs4 cpe: cpe:2.3:a:f5:nginx:{{ version }}:*:*:*:*:*:*:* - version: 1.26.1 + version: 1.30.4 ruby: artifact: ruby/ruby_{{ version }}_linux_x64_{{ fs }}_{{ commit }}.tgz commit: 5fed98f8 diff --git a/requirements.in b/requirements.in index 57a36931..d92647de 100644 --- a/requirements.in +++ b/requirements.in @@ -1,8 +1,8 @@ backoff==2.2.1 certifi==2024.8.30 -cryptography==48.0.1 +cryptography==50.0.0 distro==1.9.0 -httplib2==0.22.0 +httplib2==0.32.0 idna==3.15 jinja2==3.1.6 omegaconf==2.3.0 diff --git a/requirements.txt b/requirements.txt index 8e348363..3b55f07e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,11 +16,11 @@ cffi==2.0.0 # via cryptography charset-normalizer==2.0.3 # via requests -cryptography==48.0.1 +cryptography==50.0.0 # via -r requirements.in distro==1.9.0 # via -r requirements.in -httplib2==0.22.0 +httplib2==0.32.0 # via -r requirements.in idna==3.15 # via @@ -36,7 +36,7 @@ psycopg2-binary==2.9.10 # via -r requirements.in pycparser==2.20 # via cffi -pyparsing==2.4.7 +pyparsing==3.3.2 # via httplib2 pyyaml==6.0.2 # via @@ -45,7 +45,9 @@ pyyaml==6.0.2 requests==2.34.2 # via -r requirements.in typing-extensions==4.15.0 - # via -r requirements.in + # via + # -r requirements.in + # cryptography urllib3==2.7.0 # via # -r requirements.in