We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb81a0 + c77aa86 commit 1f21dd8Copy full SHA for 1f21dd8
lib/Service/Install/InstallService.php
@@ -40,8 +40,8 @@
40
use Symfony\Component\Process\Process;
41
42
class InstallService {
43
- public const JAVA_VERSION = 'openjdk version "21.0.5" 2024-10-15 LTS';
44
- private const JAVA_URL_PATH_NAME = '21.0.5+11';
+ public const JAVA_VERSION = 'openjdk version "21.0.6" 2025-01-21 LTS';
+ private const JAVA_URL_PATH_NAME = '21.0.6+7';
45
public const PDFTK_VERSION = '3.3.3';
46
/**
47
* When update, verify the hash of all architectures
0 commit comments