From d19e77432e271327701aff9b4e3554e12d9d692b Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 21 Sep 2022 09:28:37 +0200 Subject: [PATCH] build with jdk 19 --- .github/workflows/appimage.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/debian.yml | 4 ++-- .github/workflows/mac-dmg.yml | 4 ++-- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/win-exe.yml | 4 ++-- .idea/misc.xml | 2 +- pom.xml | 16 ++++++++-------- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 7027c9ddf..e18f048a6 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -10,7 +10,7 @@ on: required: false env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 jobs: build: @@ -23,7 +23,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v2 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} cache: 'maven' - id: versions diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5270365b3..3707cd46f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: types: [labeled] env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 defaults: run: @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} cache: 'maven' - name: Cache SonarCloud packages diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 6f43b5155..fb0a8f9e3 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,7 +15,7 @@ on: required: false env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 jobs: build: @@ -32,7 +32,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v2 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} cache: 'maven' - id: versions diff --git a/.github/workflows/mac-dmg.yml b/.github/workflows/mac-dmg.yml index 0d175fbf9..21a790fa0 100644 --- a/.github/workflows/mac-dmg.yml +++ b/.github/workflows/mac-dmg.yml @@ -10,7 +10,7 @@ on: required: false env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 jobs: build: @@ -33,7 +33,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} architecture: ${{ matrix.architecture }} cache: 'maven' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 79a0d5a21..66fab46a5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -4,7 +4,7 @@ on: pull_request: env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 defaults: run: @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} cache: 'maven' - name: Build and Test diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 91d967bf7..8cbdad21e 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -15,7 +15,7 @@ on: default: false env: - JAVA_VERSION: 17 + JAVA_VERSION: 19 defaults: run: @@ -32,7 +32,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v2 with: - distribution: 'temurin' + distribution: 'zulu' java-version: ${{ env.JAVA_VERSION }} cache: 'maven' - id: versions diff --git a/.idea/misc.xml b/.idea/misc.xml index 4731638fd..e5d629592 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index ba9f44c88..1fd9855d8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ UTF-8 - 17 + 19 com.github.serceman,com.github.jnr,org.ow2.asm,net.java.dev.jna,org.apache.jackrabbit,org.apache.httpcomponents,de.swiesend,org.purejava,com.github.hypfvieh @@ -52,14 +52,14 @@ 1.7.0 - 5.8.1 - 4.4.0 + 5.9.1 + 4.8.0 2.2 23.0.0 - 7.1.0 - 0.8.7 + 7.2.1 + 0.8.8 @@ -263,7 +263,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.2.0 + 3.3.0 org.apache.maven.plugins @@ -273,7 +273,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.0.0-M7 org.codehaus.mojo @@ -283,7 +283,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0 org.jacoco