Skip to content

Commit

Permalink
chore: bump java
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Jan 28, 2025
1 parent cc12b01 commit f9a8279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Service/Install/InstallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
use Symfony\Component\Process\Process;

class InstallService {
public const JAVA_VERSION = 'openjdk version "21.0.5" 2024-10-15 LTS';
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';
public const PDFTK_VERSION = '3.3.3';
/**
* When update, verify the hash of all architectures
Expand Down

0 comments on commit f9a8279

Please sign in to comment.