From 0052b6db71f8bc0b6b23df2436b686e63db4afec Mon Sep 17 00:00:00 2001
From: Marc Guillemot <guillemot@lat-lon.de>
Date: Fri, 23 Feb 2024 09:01:44 +0100
Subject: [PATCH] XPLANBOX-2606 update gwt plugin to 1.1.0

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8eff33255..8ae2f0f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
 		<plugin>
           <groupId>net.ltgt.gwt.maven</groupId>
           <artifactId>gwt-maven-plugin</artifactId>
-          <version>1.0.0</version>
+          <version>1.1.0</version>
           <extensions>true</extensions>
           <configuration>
             <moduleName>${gwt.moduleName}</moduleName>
-- 
GitLab