From 654ff21cc5166e815d6fd4d54c4252eb3b85f940 Mon Sep 17 00:00:00 2001 From: christian <153755613+skateball@users.noreply.github.com> Date: Thu, 15 May 2025 13:15:35 +0200 Subject: [PATCH] Update to the current SapMachine Releases Hi colleagues, the currently used versions are old, unsecure und vulnerable. There are updates available, which should be used. Therefore I recommend to update to the current/recent and secure versions. Regards Christian @ SapMachine Team --- docs/30-development/sapmachine-785d6b3.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/30-development/sapmachine-785d6b3.md b/docs/30-development/sapmachine-785d6b3.md index 876c1e46..42b1b6a3 100644 --- a/docs/30-development/sapmachine-785d6b3.md +++ b/docs/30-development/sapmachine-785d6b3.md @@ -69,7 +69,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 11.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 11.0.13\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 11.0.27\), specify it the following way: ``` --- @@ -78,7 +78,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.13 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.27 }' ... ``` @@ -101,7 +101,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 17.0.10\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 17.0.15\), specify it the following way: ``` --- @@ -110,7 +110,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.10 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.15 }' ... ``` @@ -133,7 +133,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 21.0.2\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 21.0.7\), specify it the following way: ``` --- @@ -142,7 +142,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.2 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.7 }' ... ``` @@ -175,7 +175,7 @@ To specify an online JDK version \(11, 17, or 21\), use environment variable JBP ### SapMachine 11 -To make the buildpack download a particular published JDK version \(for example, 11.0.22\), specify it the following way: +To make the buildpack download a particular published JDK version \(for example, 11.0.27\), specify it the following way: ``` --- @@ -184,7 +184,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.22 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.27 }' ... ``` @@ -213,7 +213,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.10 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.15 }' ... ``` @@ -242,7 +242,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.2 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.7 }' ... ```