From 6c6f6baf12b73a92a6ac973453fff35de9c8d542 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 8 Oct 2021 14:59:24 +0200 Subject: [PATCH] Update to JDK 17 (#1828) fixes #1404 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .idea/misc.xml | 2 +- README.md | 2 +- dist/linux/debian/control | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e1f598be..7cab88d44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: env: - JAVA_VERSION: 16 + JAVA_VERSION: 17 defaults: run: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3e9a2b59..16a68d456 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: - '[0-9]+.[0-9]+.[0-9]+-*' env: - JAVA_VERSION: 16 + JAVA_VERSION: 17 defaults: run: diff --git a/.idea/misc.xml b/.idea/misc.xml index 68ef79a67..4731638fd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index cfccf87c1..4e29763ba 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ For more information on the security details visit [cryptomator.org](https://doc ### Dependencies -* JDK 16 (e.g. adoptopenjdk) +* JDK 17 (e.g. temurin) * Maven 3 * Optional: OS-dependent build tools for native packaging (see [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Linux](https://github.com/cryptomator/builder-containers)) diff --git a/dist/linux/debian/control b/dist/linux/debian/control index 2f9e94ac1..ef06120b3 100644 --- a/dist/linux/debian/control +++ b/dist/linux/debian/control @@ -2,7 +2,7 @@ Source: cryptomator Maintainer: Cryptobot Section: utils Priority: optional -Build-Depends: debhelper (>=10), openjdk-16-jdk +Build-Depends: debhelper (>=10), openjdk-17-jdk Standards-Version: 4.5.0 Homepage: https://cryptomator.org Vcs-Git: https://github.com/cryptomator/cryptomator.git diff --git a/pom.xml b/pom.xml index ce8a4b4d8..1fdd85d9b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ UTF-8 - 16 + 17 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