From 356001546ec5a545865f9f3c16a1ad656e81887d Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Fri, 24 Nov 2023 14:11:05 +0100 Subject: [PATCH] update dependencies and use Java 17 --- .github/workflows/run-with-maven.yml | 4 +-- pom.xml | 43 +++++++++++----------------- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/.github/workflows/run-with-maven.yml b/.github/workflows/run-with-maven.yml index d3acbad..df8ed57 100644 --- a/.github/workflows/run-with-maven.yml +++ b/.github/workflows/run-with-maven.yml @@ -39,10 +39,10 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - - name: Set up JDK 8 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '8' + java-version: '17' distribution: 'adopt' cache: maven diff --git a/pom.xml b/pom.xml index e42f49a..7583536 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 @@ -31,25 +31,24 @@ 3.5.0-SNAPSHOT - 1.8 - 1.18.22 - 1.2.11 - 5.8.2 + 17 + 1.18.30 + 1.4.11 + 5.10.1 UTF-8 - 0.23.1 - 3.22.0 - 8.45.1 - 0.8.7 - 2.22.2 - 3.1.1 - 3.2.1 - 3.3.1 - 3.9.0 - 2.5.3 - 3.0.1 - 4.4.0 - 1.6.8 + 1.2.0 + 3.24.2 + 10.12.5 + 0.8.11 + 3.2.2 + 3.3.1 + 3.3.0 + 3.6.2 + 3.11.0 + 3.1.0 + 5.7.0 + 1.6.13 @@ -106,14 +105,6 @@ true - - org.apache.maven.plugins - maven-release-plugin - ${maven-release-plugin.version} - - v@{project.version}-${project.artifactId} - - org.sonatype.plugins nexus-staging-maven-plugin