Migrated to Java 21

This commit is contained in:
Robert Vokac 2023-09-28 17:51:02 +02:00
parent 1edf648d5e
commit 31d8a35ff5
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055
2 changed files with 3 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ Requirements:
Maven is Installed
Java 19 is installed
Java 21 is installed - variable JAVA_HOME_21 is set
*/
{
@ -25,6 +25,7 @@ Java 19 is installed
#!/bin/bash
echo JOB_NAME=$JOB_NAME
export JAVA_HOME=$JAVA_HOME_21
case $BRANCH_NAME in
master | deploy_prod)

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.nanoboot.powerframework</groupId>