Skip to content

Commit 1f21dd8

Browse files
authored
Merge pull request #4530 from LibreSign/chore/bump-java
chore: bump java
2 parents 5eb81a0 + c77aa86 commit 1f21dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Service/Install/InstallService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
use Symfony\Component\Process\Process;
4141

4242
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';
43+
public const JAVA_VERSION = 'openjdk version "21.0.6" 2025-01-21 LTS';
44+
private const JAVA_URL_PATH_NAME = '21.0.6+7';
4545
public const PDFTK_VERSION = '3.3.3';
4646
/**
4747
* When update, verify the hash of all architectures

0 commit comments

Comments
 (0)