Skip to content

Commit

Permalink
Merge pull request #4532 from LibreSign/backport/4530/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: bump java
  • Loading branch information
vitormattos authored Jan 28, 2025
2 parents 476058f + 377027b commit adcd212
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 adcd212

Please sign in to comment.