From a8112546ceceaa65021a1c8caaba5762b7c47e4f Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Sat, 27 Jul 2024 22:46:10 +0200 Subject: [PATCH] Update versions --- .github/workflows/ci.yml | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b114d0..f3e1ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Maven Central Repository uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 distribution: "adopt" - name: Set current version run: mvn -B versions:set -DnewVersion=${GITHUB_REF##*/} -DprocessAllModules -DgenerateBackupPoms=false diff --git a/pom.xml b/pom.xml index cb97b1b..4a68837 100644 --- a/pom.xml +++ b/pom.xml @@ -22,9 +22,9 @@ - 17 - 1.3.1 - 2.16.0 + 21 + 1.4.1 + 2.15.2 @@ -226,7 +226,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.3.1 maven-dependency-plugin @@ -245,7 +245,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 --add-exports