From f00f028d8bec64806ac541ff371f81c796ca6e87 Mon Sep 17 00:00:00 2001 From: mooons <10822203+mooons@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:57:59 -0800 Subject: [PATCH] Bump README's build dependency JDK version from 19 to 21. Fix #3277 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec021ab5d..560f2e4f8 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ For more information on the security details visit [cryptomator.org](https://doc ### Dependencies -* JDK 19 (e.g. temurin) +* JDK 21 (e.g. temurin, zulu) * Maven 3 ### Run Maven