From aa16cfe7216f8edb0a55d9194e9e38ba9b6d4d93 Mon Sep 17 00:00:00 2001 From: Boris Skert Date: Fri, 10 May 2024 13:30:04 +0200 Subject: [PATCH] Update maven dependencies, JVM version and GitHub actions in workflow --- .github/workflows/maven.yml | 6 +++--- pom.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4412509..96c2ba9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: adopt - java-version: 8 + java-version: 21 - name: Build run: mvn -B -DskipTests compile diff --git a/pom.xml b/pom.xml index bfa18cd..3c14cae 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ UTF-8 official - 1.8 - 1.5.32 - 5.8.2 + 21 + 1.9.24 + 5.10.2 @@ -56,12 +56,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M6 + 3.2.5 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M6 + 3.2.5