From 61a6dfe0606ee19638ff981971d4f8d6beb1563a Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Sun, 14 Dec 2025 13:12:40 +0100 Subject: [PATCH] Updated Readme to show, that Java 25 is supported. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3e60e..1e9b3c9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Example Maven Project for a Java Application. -**Update**: Added reporting to create a site (html documentation of project) +**Update**: Java 25 is now fully supported -**Update**: Java 21 is now fully supported +**Update**: Added reporting to create a site (html documentation of project) This project includes: - Lombok to reduce boilerplate code