Skip to content

Commit

Permalink
Merge pull request #4530 from LibreSign/chore/bump-java
Browse files Browse the repository at this point in the history
chore: bump java
  • Loading branch information
vitormattos authored Jan 28, 2025
2 parents 5eb81a0 + c77aa86 commit 1f21dd8
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 1f21dd8

Please sign in to comment.