We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a7b34 + 6bcb640 commit e94aed9Copy full SHA for e94aed9
lib/Service/Install/InstallService.php
@@ -45,8 +45,8 @@ class InstallService {
45
getInternalPathOfFolder as getInternalPathOfFolderTrait;
46
}
47
48
- public const JAVA_VERSION = 'openjdk version "21.0.6" 2025-01-21 LTS';
49
- private const JAVA_URL_PATH_NAME = '21.0.6+7';
+ public const JAVA_VERSION = 'openjdk version "21.0.7" 2025-04-15 LTS';
+ private const JAVA_URL_PATH_NAME = '21.0.7+6';
50
public const PDFTK_VERSION = '3.3.3'; /** @todo When update, verify the hash **/
51
private const PDFTK_HASH = '59a28bed53b428595d165d52988bf4cf';
52
public const JSIGNPDF_VERSION = '2.3.0'; /** @todo When update, verify the hash **/
0 commit comments