Skip to content

Commit e94aed9

Browse files
authored
Merge pull request #4865 from LibreSign/chore/bump-java-version
chore: bump java version
2 parents b6a7b34 + 6bcb640 commit e94aed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Service/Install/InstallService.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class InstallService {
4545
getInternalPathOfFolder as getInternalPathOfFolderTrait;
4646
}
4747

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';
48+
public const JAVA_VERSION = 'openjdk version "21.0.7" 2025-04-15 LTS';
49+
private const JAVA_URL_PATH_NAME = '21.0.7+6';
5050
public const PDFTK_VERSION = '3.3.3'; /** @todo When update, verify the hash **/
5151
private const PDFTK_HASH = '59a28bed53b428595d165d52988bf4cf';
5252
public const JSIGNPDF_VERSION = '2.3.0'; /** @todo When update, verify the hash **/

0 commit comments

Comments
 (0)