From d363e3db2944887765a3951b078be30cdb3e0c04 Mon Sep 17 00:00:00 2001 From: xtremexp Date: Thu, 18 Apr 2024 20:06:47 +0200 Subject: [PATCH] java 21 and dependencies upgrade WIP --- .github/workflows/maven.yml | 4 +-- pom.xml | 49 ++++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 63f53df8..58ec3b58 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 19 + - name: Set up JDK 21 uses: actions/setup-java@v2 with: - java-version: '19' + java-version: '21' distribution: 'adopt' cache: maven - name: Build with Maven diff --git a/pom.xml b/pom.xml index b7b33717..fe589a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,22 +5,21 @@ org.xtx UT-Converter - 1.4.10 + 1.4.11 jar UT Converter - 19.0.2 + 21 ${java.version} - 19 - 2.0.5 - 2.19.0 - 2.2.11 - 3.9.4 + 21 + 2.0.13 + 2.23.1 + 3.10.1 UTF-8 org.xtx.ut4converter.MainApp - 5.9.0 + 5.10.2 dd75dbd6-5e0c-4404-904a-a255b632be8b @@ -35,11 +34,11 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.13.0 - 19 - 19 - 19 + 21 + 21 + 21 @@ -56,13 +55,13 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M4 + 3.2.5 maven-jar-plugin - 3.2.0 + 3.4.0 ${project.build.directory}/libs @@ -76,7 +75,7 @@ maven-resources-plugin - 3.1.0 + 3.3.1 copy-resources1 @@ -164,7 +163,7 @@ maven-dependency-plugin - 3.1.0 + 3.6.1 copy-libs @@ -211,7 +210,7 @@ org.codehaus.mojo exec-maven-plugin - 1.6.0 + 3.2.0 create-package @@ -334,7 +333,7 @@ commons-io commons-io - 2.11.0 + 2.16.1 @@ -346,19 +345,19 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.14.0 com.fasterxml.jackson.core jackson-databind - 2.13.4.1 + 2.17.0 org.projectlombok lombok - 1.18.24 + 1.18.32 provided @@ -433,11 +432,17 @@ org.hibernate.validator hibernate-validator - 8.0.0.Final + 8.0.1.Final Converter for Unreal Tournament 4 (UT2015) game + + + MAVEN + https://repo.maven.apache.org/maven2/ + +