From 15b87b9edfab263231217d804fcd77481c6c1dbc Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 8 Feb 2023 13:42:33 +0100
Subject: [PATCH] Update WildFly requirement in README

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

diff --git a/README.md b/README.md
index 3f32162d..9179b141 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Tor-Einar Skog, NIBIO
 
-Last update: 2022-01-05
+Last update: 2023-02-08
 
 ## Overview
 VIPSLogic is the administration and business logic system of VIPS. Its main functionalities are:
@@ -29,7 +29,7 @@ VIPSLogic is a part of the [VIPS platform for automatic pest prediction](https:/
 * Operating system: Ubuntu Linux >= 18.0.4 
 * Database: PostgreSQL >= 10  + PostGIS >= 2.4
 * Java: OpenJDK >= 11
-* Java EE application server: Wildfly >= 25
+* Java EE application server: Wildfly >= 27.0.1
 
 ## License
 VIPSLogic is licensed under the [NIBIO Open Source License](https://nibio.no/licenses), which is basically the [GNU Affero GPL v3 license](https://www.gnu.org/licenses/agpl-3.0.en.html).
-- 
GitLab