fixing GWT version in java/pom.xml to 2.12.3

This commit is contained in:
Axel Uhl
2025-11-25 10:43:33 +01:00
parent 4963d5cc49
commit cc8b7a254e
+1 -1
View File
@@ -38,7 +38,7 @@
-->
<tycho-version>4.0.12</tycho-version>
<toolchains-version>3.2.0</toolchains-version>
<gwt.version>2.12.2</gwt.version>
<gwt.version>2.12.3</gwt.version>
<!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. -->
<gwt.plugin.version>2.12.2</gwt.plugin.version>
<gwt.minVersion>2.12.2</gwt.minVersion>