From c873f92d309f935c739126bd2d6f24b24384b2b3 Mon Sep 17 00:00:00 2001
From: mamunozgil <miguel.munoz-gil@hft-stuttgart.de>
Date: Thu, 14 Nov 2024 00:03:17 +0100
Subject: [PATCH] Update java version in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f9d1a8b..284fcf9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # DTABackend
 
-Backend Rest Web Service for the Moodle Dockerized Test Agent (DTA) plugin
+Backend Rest Web Service for the Moodle Dockerized Test Agent (DTA) plugin.
 
 ## Name
 Moodle Dockerized Test Agent (MoDTA) backend.
@@ -9,7 +9,7 @@ Moodle Dockerized Test Agent (MoDTA) backend.
 See plugin docs at the Moodle HQ or the readme at https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/moodledta.
 
 ## Installation
-Assumption for usage: git, Java JDK 17, maven and docker installed, docker running. 
+Assumption for usage: git, Java JDK 21, maven and docker installed, docker running. 
 
 Assumption for development: Typically, a Java IDE like Eclipse JEE running. curl or an API test tool for testing.
 
-- 
GitLab