Skip to content

Commit 654ff21

Browse files
authored
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
1 parent 74c2399 commit 654ff21

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/30-development/sapmachine-785d6b3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ applications:
6969
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 11.+ }'
7070
```
7171

72-
To make the buildpack download a particular published JRE version \(for example, 11.0.13\), specify it the following way:
72+
To make the buildpack download a particular published JRE version \(for example, 11.0.27\), specify it the following way:
7373

7474
```
7575
---
@@ -78,7 +78,7 @@ applications:
7878
...
7979
env:
8080
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
81-
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.13 }'
81+
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.27 }'
8282
...
8383
```
8484

@@ -101,7 +101,7 @@ applications:
101101
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
102102
```
103103

104-
To make the buildpack download a particular published JRE version \(for example, 17.0.10\), specify it the following way:
104+
To make the buildpack download a particular published JRE version \(for example, 17.0.15\), specify it the following way:
105105

106106
```
107107
---
@@ -110,7 +110,7 @@ applications:
110110
...
111111
env:
112112
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
113-
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.10 }'
113+
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.15 }'
114114
...
115115
```
116116

@@ -133,7 +133,7 @@ applications:
133133
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
134134
```
135135

136-
To make the buildpack download a particular published JRE version \(for example, 21.0.2\), specify it the following way:
136+
To make the buildpack download a particular published JRE version \(for example, 21.0.7\), specify it the following way:
137137

138138
```
139139
---
@@ -142,7 +142,7 @@ applications:
142142
...
143143
env:
144144
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
145-
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.2 }'
145+
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.7 }'
146146
...
147147
```
148148

@@ -175,7 +175,7 @@ To specify an online JDK version \(11, 17, or 21\), use environment variable JBP
175175

176176
### SapMachine 11
177177

178-
To make the buildpack download a particular published JDK version \(for example, 11.0.22\), specify it the following way:
178+
To make the buildpack download a particular published JDK version \(for example, 11.0.27\), specify it the following way:
179179

180180
```
181181
---
@@ -184,7 +184,7 @@ applications:
184184
...
185185
env:
186186
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
187-
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.22 }'
187+
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.27 }'
188188
...
189189
```
190190

@@ -213,7 +213,7 @@ applications:
213213
...
214214
env:
215215
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
216-
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.10 }'
216+
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.15 }'
217217
...
218218
```
219219

@@ -242,7 +242,7 @@ applications:
242242
...
243243
env:
244244
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
245-
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.2 }'
245+
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.7 }'
246246
...
247247
```
248248

0 commit comments

Comments
 (0)