From 4941791163d4d29949d703b0da5589f2e57b60a2 Mon Sep 17 00:00:00 2001 From: Rob Date: Sat, 18 Nov 2023 12:31:14 +0100 Subject: [PATCH] Updated Java version in .sdkmanrc The Java version in sdkman configuration has been updated from 19.0.1 to 21.0.1. This was necessary in order to align the project environment with the updated Java version thereby ensuring successful project build and compatibility with new Java features. --- .sdkmanrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sdkmanrc b/.sdkmanrc index 4181dff5..0927f654 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=19.0.1-tem +java=21.0.1-tem