Index: applications/editors/josm/plugins/ColumbusCSV/build.xml
===================================================================
--- applications/editors/josm/plugins/ColumbusCSV/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/ColumbusCSV/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- Enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18494"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Plugin meta data -->
Index: applications/editors/josm/plugins/ColumbusCSV/pom.xml
===================================================================
--- applications/editors/josm/plugins/ColumbusCSV/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/ColumbusCSV/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18494</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Oliver Wieland</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin</plugin.class>
Index: applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="CustomizePublicTransportStop: recompile for compatibility with JOSM r17896"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17896"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Rodion Scherbakov"/>
Index: applications/editors/josm/plugins/CustomizePublicTransportStop/pom.xml
===================================================================
--- applications/editors/josm/plugins/CustomizePublicTransportStop/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/CustomizePublicTransportStop/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17896</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Rodion Scherbakov</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin</plugin.class>
Index: applications/editors/josm/plugins/DirectDownload/build.xml
===================================================================
--- applications/editors/josm/plugins/DirectDownload/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/DirectDownload/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15502"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/DirectDownload/pom.xml
===================================================================
--- applications/editors/josm/plugins/DirectDownload/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/DirectDownload/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15502</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Hartmut Holzgraefe</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.directdownload.DirectDownload</plugin.class>
Index: applications/editors/josm/plugins/DirectUpload/build.xml
===================================================================
--- applications/editors/josm/plugins/DirectUpload/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/DirectUpload/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18173"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/DirectUpload/pom.xml
===================================================================
--- applications/editors/josm/plugins/DirectUpload/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/DirectUpload/pom.xml	(revision 36349)
@@ -18,5 +18,5 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18173</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Subhodip Biswas</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin</plugin.class>
Index: applications/editors/josm/plugins/ElevationProfile/build.xml
===================================================================
--- applications/editors/josm/plugins/ElevationProfile/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/ElevationProfile/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="[josm_elevationprofile]"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18970"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/ElevationProfile/pom.xml
===================================================================
--- applications/editors/josm/plugins/ElevationProfile/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/ElevationProfile/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18494</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Oliver Wieland</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.elevation.ElevationProfilePlugin</plugin.class>
Index: applications/editors/josm/plugins/NanoLog/build.xml
===================================================================
--- applications/editors/josm/plugins/NanoLog/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/NanoLog/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="NanoLog"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18494"/>
+    <property name="plugin.main.version" value="19044"/>
     <property name="plugin.author" value="Ilya Zverev"/>
     <property name="plugin.class" value="nanolog.NanoLogPlugin"/>
Index: applications/editors/josm/plugins/NanoLog/pom.xml
===================================================================
--- applications/editors/josm/plugins/NanoLog/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/NanoLog/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18494</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Ilya Zverev</plugin.author>
         <plugin.class>nanolog.NanoLogPlugin</plugin.class>
Index: applications/editors/josm/plugins/apache-commons/pom.xml
===================================================================
--- applications/editors/josm/plugins/apache-commons/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/apache-commons/pom.xml	(revision 36349)
@@ -30,5 +30,5 @@
             <groupId>com.github.luben</groupId>
             <artifactId>zstd-jni</artifactId>
-            <version>1.5.6-3</version>
+            <version>1.5.6-6</version>
             <scope>compile</scope>
         </dependency>
@@ -54,5 +54,5 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.16.1</version>
+            <version>2.17.0</version>
             <scope>compile</scope>
         </dependency>
@@ -60,5 +60,5 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.3.2</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
Index: applications/editors/josm/plugins/apache-http/pom.xml
===================================================================
--- applications/editors/josm/plugins/apache-http/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/apache-http/pom.xml	(revision 36349)
@@ -32,5 +32,5 @@
             <groupId>org.apache.httpcomponents.client5</groupId>
             <artifactId>httpclient5</artifactId>
-            <version>5.3.1</version>
+            <version>5.4</version>
             <scope>compile</scope>
         </dependency>
Index: applications/editors/josm/plugins/canvec_helper/build.xml
===================================================================
--- applications/editors/josm/plugins/canvec_helper/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/canvec_helper/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="13559"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/canvec_helper/pom.xml
===================================================================
--- applications/editors/josm/plugins/canvec_helper/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/canvec_helper/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>13559</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Michael Bishop</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper</plugin.class>
Index: applications/editors/josm/plugins/colorscheme/build.xml
===================================================================
--- applications/editors/josm/plugins/colorscheme/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/colorscheme/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Uses new constructor for Plugin"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17314"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Christof Dallermassl"/>
Index: applications/editors/josm/plugins/colorscheme/pom.xml
===================================================================
--- applications/editors/josm/plugins/colorscheme/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/colorscheme/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17314</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
 
         <plugin.author>Christof Dallermassl</plugin.author>
Index: applications/editors/josm/plugins/dataimport/build.xml
===================================================================
--- applications/editors/josm/plugins/dataimport/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/dataimport/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Changed constructor signature, updated build.xml"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15496"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/dataimport/pom.xml
===================================================================
--- applications/editors/josm/plugins/dataimport/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/dataimport/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15496</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Dieter Muecke</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.dataimport.DataImportPlugin</plugin.class>
Index: applications/editors/josm/plugins/editgpx/build.xml
===================================================================
--- applications/editors/josm/plugins/editgpx/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/editgpx/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Changed constructor signature of plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17715"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/editgpx/pom.xml
===================================================================
--- applications/editors/josm/plugins/editgpx/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/editgpx/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17715</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Martin Garbe</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.editgpx.EditGpxPlugin</plugin.class>
Index: applications/editors/josm/plugins/epci-fr/build.xml
===================================================================
--- applications/editors/josm/plugins/epci-fr/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/epci-fr/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12663"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/epci-fr/pom.xml
===================================================================
--- applications/editors/josm/plugins/epci-fr/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/epci-fr/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12663</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.fr.epci.EpciPlugin</plugin.class>
Index: applications/editors/josm/plugins/eventbus/build.xml
===================================================================
--- applications/editors/josm/plugins/eventbus/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/eventbus/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="16563"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/eventbus/pom.xml
===================================================================
--- applications/editors/josm/plugins/eventbus/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/eventbus/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>16563</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.eventbus.EventBusPlugin</plugin.class>
Index: applications/editors/josm/plugins/flatlaf/pom.xml
===================================================================
--- applications/editors/josm/plugins/flatlaf/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/flatlaf/pom.xml	(revision 36349)
@@ -31,5 +31,5 @@
             <groupId>com.formdev</groupId>
             <artifactId>flatlaf</artifactId>
-            <version>3.2.2</version>
+            <version>3.5.2</version>
         </dependency>
     </dependencies>
Index: applications/editors/josm/plugins/geochat/build.xml
===================================================================
--- applications/editors/josm/plugins/geochat/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/geochat/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="[josm_geochat] copypaste from keyboard, font size advanced parameters"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18723"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Ilya Zverev"/>
Index: applications/editors/josm/plugins/geochat/pom.xml
===================================================================
--- applications/editors/josm/plugins/geochat/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/geochat/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18723</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
 
         <plugin.author>Ilya Zverev</plugin.author>
Index: applications/editors/josm/plugins/geotools/ivy_settings.xml
===================================================================
--- applications/editors/josm/plugins/geotools/ivy_settings.xml	(revision 36348)
+++ applications/editors/josm/plugins/geotools/ivy_settings.xml	(revision 36349)
@@ -2,5 +2,5 @@
 <ivysettings>
   <!-- When geotools is updated, run `ant merge-geotools-services` -->
-  <property name="gt.version" value="31.1"/>
+  <property name="gt.version" value="32.0"/>
   <include file="${josm.ivysettings}" optional="true" /> <!-- optional for IDEs -->
   <settings defaultResolver="ordered-resolvers"/>
Index: applications/editors/josm/plugins/globalsat/build.xml
===================================================================
--- applications/editors/josm/plugins/globalsat/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/globalsat/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Changed constructor signature of plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15496"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/globalsat/pom.xml
===================================================================
--- applications/editors/josm/plugins/globalsat/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/globalsat/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15496</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Raphael Mack</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.globalsat.GlobalsatPlugin</plugin.class>
Index: applications/editors/josm/plugins/gpsblam/build.xml
===================================================================
--- applications/editors/josm/plugins/gpsblam/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/gpsblam/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15502"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/gpsblam/pom.xml
===================================================================
--- applications/editors/josm/plugins/gpsblam/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/gpsblam/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15502</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Russell Edwards</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.gpsblam.GPSBlamPlugin</plugin.class>
Index: applications/editors/josm/plugins/imagery-xml-bounds/build.xml
===================================================================
--- applications/editors/josm/plugins/imagery-xml-bounds/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagery-xml-bounds/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15115"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/imagery-xml-bounds/pom.xml
===================================================================
--- applications/editors/josm/plugins/imagery-xml-bounds/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagery-xml-bounds/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15115</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.imageryxmlbounds.ImageryXmlBoundsPlugin</plugin.class>
Index: applications/editors/josm/plugins/imagery_cachexport/build.xml
===================================================================
--- applications/editors/josm/plugins/imagery_cachexport/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagery_cachexport/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="16398"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/imagery_cachexport/pom.xml
===================================================================
--- applications/editors/josm/plugins/imagery_cachexport/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagery_cachexport/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>16398</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>holgermappt</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.imagery_cachexport.ImageryCacheExportPlugin</plugin.class>
Index: applications/editors/josm/plugins/imagewaypoint/build.xml
===================================================================
--- applications/editors/josm/plugins/imagewaypoint/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagewaypoint/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="[josm/ImageWayPoint] move opening to File/Open"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12671"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/imagewaypoint/pom.xml
===================================================================
--- applications/editors/josm/plugins/imagewaypoint/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/imagewaypoint/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12671</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Flint</plugin.author>
         <plugin.class>org.insignificant.josm.plugins.imagewaypoint.ImageWayPointPlugin</plugin.class>
Index: applications/editors/josm/plugins/indoor_sweepline/build.xml
===================================================================
--- applications/editors/josm/plugins/indoor_sweepline/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/indoor_sweepline/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Roland M. Olbricht"/>
Index: applications/editors/josm/plugins/indoor_sweepline/pom.xml
===================================================================
--- applications/editors/josm/plugins/indoor_sweepline/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/indoor_sweepline/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Roland M. Olbricht</plugin.author>
         <plugin.class>indoor_sweepline.IndoorSweepline</plugin.class>
Index: applications/editors/josm/plugins/infomode/build.xml
===================================================================
--- applications/editors/josm/plugins/infomode/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/infomode/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="InfoMode : for shortcurt parser"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18494"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/infomode/pom.xml
===================================================================
--- applications/editors/josm/plugins/infomode/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/infomode/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18494</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Alexei Kasatkin</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.infomode.InfoModePlugin</plugin.class>
Index: applications/editors/josm/plugins/jackson/pom.xml
===================================================================
--- applications/editors/josm/plugins/jackson/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/jackson/pom.xml	(revision 36349)
@@ -28,5 +28,5 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.17.1</version>
+            <version>2.18.0</version>
         </dependency>
     </dependencies>
Index: applications/editors/josm/plugins/jaxb/build.xml
===================================================================
--- applications/editors/josm/plugins/jaxb/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/jaxb/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="10580"/>
+    <property name="plugin.main.version" value="19044"/>
 
 	<!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/jaxb/pom.xml
===================================================================
--- applications/editors/josm/plugins/jaxb/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/jaxb/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>10580</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.jaxb.JaxbPlugin</plugin.class>
Index: applications/editors/josm/plugins/jna/pom.xml
===================================================================
--- applications/editors/josm/plugins/jna/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/jna/pom.xml	(revision 36349)
@@ -22,5 +22,5 @@
         <plugin.icon>images/jnalogo.jpg</plugin.icon>
         <plugin.stage>10</plugin.stage>
-        <jna.version>5.14.0</jna.version>
+        <jna.version>5.15.0</jna.version>
     </properties>
     <dependencies>
Index: applications/editors/josm/plugins/jts/pom.xml
===================================================================
--- applications/editors/josm/plugins/jts/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/jts/pom.xml	(revision 36349)
@@ -25,5 +25,5 @@
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
         <plugin.stage>10</plugin.stage>
-        <jts.version>1.19.0</jts.version>
+        <jts.version>1.20.0</jts.version>
     </properties>
     <dependencies>
Index: applications/editors/josm/plugins/lwjgl/build.xml
===================================================================
--- applications/editors/josm/plugins/lwjgl/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/lwjgl/build.xml	(revision 36349)
@@ -10,5 +10,5 @@
   <property name="commit.message" value="Commit message"/>
   <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-  <property name="plugin.main.version" value="10580"/>
+  <property name="plugin.main.version" value="19044"/>
   <property name="plugin.author" value="Taylor Smock"/>
   <property name="plugin.class" value="org.openstreetmap.josm.plugins.lwjgl.LWJGLPlugin"/>
Index: applications/editors/josm/plugins/lwjgl/ivy_settings.xml
===================================================================
--- applications/editors/josm/plugins/lwjgl/ivy_settings.xml	(revision 36348)
+++ applications/editors/josm/plugins/lwjgl/ivy_settings.xml	(revision 36349)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <ivysettings>
-  <property name="joml.version" value="1.10.5"/>
+  <property name="joml.version" value="1.10.8"/>
   <property name="lwjgl.version" value="3.3.3"/>
   <property name="lwjgl3-awt.version" value="0.1.8"/>
Index: applications/editors/josm/plugins/lwjgl/modules/pom.xml
===================================================================
--- applications/editors/josm/plugins/lwjgl/modules/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/lwjgl/modules/pom.xml	(revision 36349)
@@ -20,5 +20,5 @@
     <properties>
         <plugin.src.dir>../src/main/java</plugin.src.dir>
-        <plugin.main.version>10580</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.dist.dir>../../../dist</plugin.dist.dir>
         <plugin.author>Taylor Smock</plugin.author>
@@ -26,5 +26,5 @@
         <plugin.description>Provides the common LWJGL interfaces for other plugins</plugin.description>
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
-        <joml.version>1.10.5</joml.version>
+        <joml.version>1.10.8</joml.version>
         <lwjgl.version>3.3.3</lwjgl.version>
         <lwjgl3-awt.version>0.1.8</lwjgl3-awt.version>
Index: applications/editors/josm/plugins/michigan_left/build.xml
===================================================================
--- applications/editors/josm/plugins/michigan_left/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/michigan_left/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
     	
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/michigan_left/pom.xml
===================================================================
--- applications/editors/josm/plugins/michigan_left/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/michigan_left/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Nakor</plugin.author>
         <plugin.class>MichiganLeft.MichiganLeft</plugin.class>
Index: applications/editors/josm/plugins/namemanager/build.xml
===================================================================
--- applications/editors/josm/plugins/namemanager/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/namemanager/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="..."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/namemanager/pom.xml
===================================================================
--- applications/editors/josm/plugins/namemanager/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/namemanager/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Rafal Jachowicz &lt;rjachow@gmail.com&gt;</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.namemanager.NameManagerPlugin</plugin.class>
Index: applications/editors/josm/plugins/o5m/build.xml
===================================================================
--- applications/editors/josm/plugins/o5m/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/o5m/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17749"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/o5m/pom.xml
===================================================================
--- applications/editors/josm/plugins/o5m/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/o5m/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17749</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
         <plugin.author>Gerd Petermann</plugin.author>
Index: applications/editors/josm/plugins/openvisible/build.xml
===================================================================
--- applications/editors/josm/plugins/openvisible/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/openvisible/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/openvisible/pom.xml
===================================================================
--- applications/editors/josm/plugins/openvisible/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/openvisible/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Christof Dallermassl</plugin.author>
         <plugin.class>at.dallermassl.josm.plugin.openvisible.OpenVisiblePlugin</plugin.class>
Index: applications/editors/josm/plugins/pmtiles/build.xml
===================================================================
--- applications/editors/josm/plugins/pmtiles/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/pmtiles/build.xml	(revision 36349)
@@ -8,5 +8,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18831"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/pmtiles/pom.xml
===================================================================
--- applications/editors/josm/plugins/pmtiles/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/pmtiles/pom.xml	(revision 36349)
@@ -21,5 +21,5 @@
         <plugin.test.dir>src/test/java</plugin.test.dir>
         <plugin.resources.dir>src/main/resources</plugin.resources.dir>
-        <plugin.main.version>18831</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Taylor Smock</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.pmtiles.PMTilesPlugin</plugin.class>
Index: applications/editors/josm/plugins/pointInfo/build.xml
===================================================================
--- applications/editors/josm/plugins/pointInfo/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/pointInfo/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="PointInfo: Fix yet another NPE issue with empty strings"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18723"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- plugin can load at runtime -->
Index: applications/editors/josm/plugins/pointInfo/pom.xml
===================================================================
--- applications/editors/josm/plugins/pointInfo/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/pointInfo/pom.xml	(revision 36349)
@@ -19,5 +19,5 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18723</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
         <plugin.author>Marián Kyral</plugin.author>
Index: applications/editors/josm/plugins/poly/build.xml
===================================================================
--- applications/editors/josm/plugins/poly/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/poly/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/poly/pom.xml
===================================================================
--- applications/editors/josm/plugins/poly/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/poly/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Zverik</plugin.author>
         <plugin.class>poly.PolyPlugin</plugin.class>
Index: applications/editors/josm/plugins/print/build.xml
===================================================================
--- applications/editors/josm/plugins/print/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/print/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Added a field to specify the map scale."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14977"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Kai Pastor"/>
Index: applications/editors/josm/plugins/print/pom.xml
===================================================================
--- applications/editors/josm/plugins/print/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/print/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14977</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Kai Pastor</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.print.PrintPlugin</plugin.class>
Index: applications/editors/josm/plugins/rasterfilters/build.xml
===================================================================
--- applications/editors/josm/plugins/rasterfilters/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/rasterfilters/build.xml	(revision 36349)
@@ -10,6 +10,6 @@
 	
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="18723" />
-	<property name="plugin.version" value="1.0.4"/>
+	<property name="plugin.main.version" value="19044" />
+	<property name="plugin.version" value="1.0.5"/>
 
   <property name="plugin.icon" value="images/josm_filters_48.png"/>
Index: applications/editors/josm/plugins/rasterfilters/pom.xml
===================================================================
--- applications/editors/josm/plugins/rasterfilters/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/rasterfilters/pom.xml	(revision 36349)
@@ -16,6 +16,6 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18723</plugin.main.version>
-        <plugin.version>1.0.4</plugin.version>
+        <plugin.main.version>19044</plugin.main.version>
+        <plugin.version>1.0.5</plugin.version>
 
         <plugin.icon>images/josm_filters_48.png</plugin.icon>
Index: applications/editors/josm/plugins/routes/build.xml
===================================================================
--- applications/editors/josm/plugins/routes/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/routes/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/routes/pom.xml
===================================================================
--- applications/editors/josm/plugins/routes/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/routes/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Jiri Klement</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.routes.RoutesPlugin</plugin.class>
Index: applications/editors/josm/plugins/seachart/build.xml
===================================================================
--- applications/editors/josm/plugins/seachart/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/seachart/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="[Seachart] Publish new release"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="13558"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Malcolm Herring"/>
Index: applications/editors/josm/plugins/seachart/pom.xml
===================================================================
--- applications/editors/josm/plugins/seachart/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/seachart/pom.xml	(revision 36349)
@@ -18,5 +18,5 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>13558</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Malcolm Herring</plugin.author>
         <plugin.class>seachart.Seachart</plugin.class>
Index: applications/editors/josm/plugins/splinex/build.xml
===================================================================
--- applications/editors/josm/plugins/splinex/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/splinex/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Update spline shortcut key"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14960"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/splinex/pom.xml
===================================================================
--- applications/editors/josm/plugins/splinex/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/splinex/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14960</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Upliner</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.Splinex.SplinexPlugin</plugin.class>
Index: applications/editors/josm/plugins/sumoconvert/build.xml
===================================================================
--- applications/editors/josm/plugins/sumoconvert/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/sumoconvert/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12643"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/sumoconvert/pom.xml
===================================================================
--- applications/editors/josm/plugins/sumoconvert/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/sumoconvert/pom.xml	(revision 36349)
@@ -19,5 +19,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12643</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Ignacio Palermo - Julio Rivera</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.sumoconvert.SumoConvertPlugin</plugin.class>
Index: applications/editors/josm/plugins/touchscreenhelper/build.xml
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12630"/>
+    <property name="plugin.main.version" value="19044"/>
     <property name="plugin.author" value="glebius@glebius.int.ru"/>
     <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
Index: applications/editors/josm/plugins/touchscreenhelper/pom.xml
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/touchscreenhelper/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12630</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>glebius@glebius.int.ru</plugin.author>
         <plugin.class>touchscreenhelper.TouchScreenHelperPlugin</plugin.class>
Index: applications/editors/josm/plugins/tracer/build.xml
===================================================================
--- applications/editors/josm/plugins/tracer/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/tracer/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Tracer plugin can load at runtime"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18464"/>
+    <property name="plugin.main.version" value="19044"/>
     <property name="plugin.canloadatruntime" value="true"/>
 
Index: applications/editors/josm/plugins/tracer/pom.xml
===================================================================
--- applications/editors/josm/plugins/tracer/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/tracer/pom.xml	(revision 36349)
@@ -21,5 +21,5 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18464</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
 
Index: applications/editors/josm/plugins/trustosm/build.xml
===================================================================
--- applications/editors/josm/plugins/trustosm/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/trustosm/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="trustosm: recompile for compatibility with JOSM r17896" />
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="18494"/>
+    <property name="plugin.main.version" value="19044"/>
     <property name="plugin.author" value="Christoph Wagner" />
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
@@ -22,86 +22,7 @@
         <include name="plastic_laf.jar"/>
     </fileset>
-    <!-- create a property containing all .jar files, prefix lib/, and seperated with a space -->
-    <pathconvert property="libs.project" pathsep=" ">
-        <mapper>
-            <chainedmapper>
-                <!-- remove absolute path -->
-                <flattenmapper/>
-                <!-- add lib/ prefix -->
-                <globmapper from="*" to="${ant.project.name}/lib/*"/>
-            </chainedmapper>
-        </mapper>
-        <path>
-            <!-- plugin.lib.dir contains all jar files -->
-            <fileset dir="${plugin.lib.dir}">
-                <include name="**/*.jar"/>
-                <exclude name="**/*-sources.jar"/>
-                <exclude name="**/*-javadoc.jar"/>
-            </fileset>
-        </path>
-    </pathconvert>
-    <!-- additional entry in manifest -->
-    <target name="additional-manifest">
-        <manifest file="MANIFEST" mode="update">
-            <attribute name="Class-Path" value="${libs.project}"/>
-        </manifest>
-    </target>
-    <!--
-    **********************************************************
-    ** setup-dist - copies files for distribution
-    **********************************************************
-    -->
-    <target name="setup-dist">
-        <antcall target="setup-dist-default" />
-        <copy todir="${plugin.build.dir}/lib">
-            <fileset dir="${plugin.lib.dir}"/>
-        </copy>
-    </target>
-    <!--
-    **********************************************************
-    ** dist - creates the plugin jar
-    **********************************************************
-    -->
-    <target name="dist" depends="compile,revision">
-        <echo message="creating ${ant.project.name}.jar ... "/>
-        <antcall target="setup-dist" />
-        <delete file="MANIFEST" failonerror="no"/>
-        <manifest file="MANIFEST" mode="update">
-            <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
-            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
-            <attribute name="Plugin-Class" value="${plugin.class}" />
-            <attribute name="Plugin-Description" value="${plugin.description}" />
-            <attribute name="Plugin-Date" value="${version.entry.commit.date}" />
-            <attribute name="Author" value="${plugin.author}"/>
-        </manifest>
-        <antcall target="add-manifest-attribute">
-            <param name="manifest.attribute" value="Plugin-Link"/>
-            <param name="property.name" value="plugin.link"/>
-            <param name="property.value" value="${plugin.link}"/>
-        </antcall>
-        <antcall target="add-manifest-attribute">
-            <param name="manifest.attribute" value="Plugin-Icon"/>
-            <param name="property.name" value="plugin.icon"/>
-            <param name="property.value" value="${plugin.icon}"/>
-        </antcall>
-        <antcall target="add-manifest-attribute">
-            <param name="manifest.attribute" value="Plugin-Early"/>
-            <param name="property.name" value="plugin.early"/>
-            <param name="property.value" value="${plugin.early}"/>
-        </antcall>
-        <antcall target="add-manifest-attribute">
-            <param name="manifest.attribute" value="Plugin-Requires"/>
-            <param name="property.name" value="plugin.requires"/>
-            <param name="property.value" value="${plugin.requires}"/>
-        </antcall>
-        <antcall target="add-manifest-attribute">
-            <param name="manifest.attribute" value="Plugin-Stage"/>
-            <param name="property.name" value="plugin.stage"/>
-            <param name="property.value" value="${plugin.stage}"/>
-        </antcall>
-        <antcall target="additional-manifest" />
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8"/>
-        <delete file="MANIFEST" failonerror="no"/>
-        <antcall target="post-dist" />
+
+    <target name="pre-compile" depends="fetch_dependencies">
+        <!-- include fetch_dependencies task -->
     </target>
 </project>
Index: applications/editors/josm/plugins/trustosm/pom.xml
===================================================================
--- applications/editors/josm/plugins/trustosm/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/trustosm/pom.xml	(revision 36349)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>18494</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Christoph Wagner</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin</plugin.class>
@@ -27,6 +27,6 @@
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpg-jdk15on</artifactId>
-            <version>1.51</version>
+            <artifactId>bcpg-jdk18on</artifactId>
+            <version>1.78.1</version>
         </dependency>
         <dependency>
Index: applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/util/TrustGPG.java
===================================================================
--- applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/util/TrustGPG.java	(revision 36348)
+++ applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/util/TrustGPG.java	(revision 36349)
@@ -7,6 +7,4 @@
 import java.awt.Dimension;
 import java.awt.GridBagLayout;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
 import java.awt.event.ComponentAdapter;
 import java.awt.event.ComponentEvent;
@@ -15,5 +13,4 @@
 import java.io.FileOutputStream;
 import java.io.IOException;
-import java.nio.charset.Charset;
 import java.nio.charset.StandardCharsets;
 import java.security.KeyPair;
@@ -106,5 +103,5 @@
     private PGPSecretKeyRingCollection pgpSec;
     private PGPPublicKeyRingCollection pgpPub;
-    private static int digest = PGPUtil.SHA1;
+    private static final int digest = PGPUtil.SHA1;
     private PGPSecretKey pgpSecKey;
     public boolean keepkey = false;
@@ -122,12 +119,8 @@
 
     public PGPPublicKey getPublicKeyFromRing(long keyID) {
-        try {
-            if (pgpPub.contains(keyID))
-                return pgpPub.getPublicKey(keyID);
-            else if (pgpSec.contains(keyID))
-                return pgpSec.getSecretKey(keyID).getPublicKey();
-        } catch (PGPException e) {
-            System.err.println("Could not read a PGPPublic key from your KeyRingCollectionFile. Stacktrace:");
-            e.printStackTrace();
+        if (pgpPub.contains(keyID)) {
+            return pgpPub.getPublicKey(keyID);
+        } else if (pgpSec.contains(keyID)) {
+            return pgpSec.getSecretKey(keyID).getPublicKey();
         }
         return null;
@@ -216,10 +209,8 @@
         JButton detailsButton = new JButton(tr("Details"), ImageProvider.get("keydetails"));
         detailsButton.setAlignmentX(Component.LEFT_ALIGNMENT);
-        detailsButton.addActionListener(new ActionListener() {
-            @Override
-            public void actionPerformed(ActionEvent arg0) {
-                PGPSecretKey sk = sigKeys.get(keyBox.getSelectedIndex());
-                showKeyDetails(getPublicKeyFromRing(sk.getKeyID()));
-            } });
+        detailsButton.addActionListener(arg0 -> {
+            PGPSecretKey sk = sigKeys.get(keyBox.getSelectedIndex());
+            showKeyDetails(getPublicKeyFromRing(sk.getKeyID()));
+        });
         p.add(detailsButton);
 
@@ -232,18 +223,15 @@
         JButton createButton = new JButton(tr("Create new Key"), ImageProvider.get("key"));
         createButton.setAlignmentX(Component.LEFT_ALIGNMENT);
-        createButton.addActionListener(new ActionListener() {
-
-            @Override
-            public void actionPerformed(ActionEvent arg0) {
-                try {
-                    PGPSecretKey secKey = generateKey();
-                    if (secKey != null) {
-                        keyBox.addItem(secKeytoString(secKey));
-                        sigKeys.add(secKey);
-                    }
-                } catch (NoSuchAlgorithmException | NoSuchProviderException | PGPException | IOException e) {
-                    Logging.error(e);
+        createButton.addActionListener(arg0 -> {
+            try {
+                PGPSecretKey secKey = generateKey();
+                if (secKey != null) {
+                    keyBox.addItem(secKeytoString(secKey));
+                    sigKeys.add(secKey);
                 }
-            } });
+            } catch (NoSuchAlgorithmException | NoSuchProviderException | PGPException | IOException e) {
+                Logging.error(e);
+            }
+        });
         p.add(createButton);
         p.add(Box.createRigidArea(d));
@@ -265,5 +253,5 @@
     }
 
-    public void readGpgFiles() throws PGPException, IOException, NoSuchAlgorithmException, NoSuchProviderException {
+    public void readGpgFiles() throws PGPException, IOException {
         FileInputStream pubIn;
         FileInputStream secIn;
@@ -283,5 +271,5 @@
     }
 
-    public void writeGpgFiles() throws FileNotFoundException, IOException {
+    public void writeGpgFiles() throws IOException {
         String path = Preferences.main().getPluginsDirectory().getPath();
         try (FileOutputStream pubOut = new FileOutputStream(path + "/trustosm/gnupg/pubring.gpg");
@@ -450,5 +438,5 @@
      */
     public static double searchTolerance(PGPSignature sig) {
-        /** Take the first NotationData packet that seems to have Tolerance information */
+        /* Take the first NotationData packet that seems to have Tolerance information */
         for (NotationData nd : sig.getHashedSubPackets().getNotationDataOccurrences()) {
             if (nd.getNotationName().equals(TrustGPG.NOTATION_DATA_KEY)) {
@@ -470,5 +458,5 @@
 
         JFormattedTextField meters = new JFormattedTextField(NumberFormat.getNumberInstance());
-        meters.setValue(Double.valueOf(10));
+        meters.setValue(10.0);
         meters.setColumns(5);
 
@@ -480,5 +468,5 @@
 
         if (n == JOptionPane.OK_OPTION) {
-            spGen.setNotationData(false, true, TrustGPG.NOTATION_DATA_KEY, "Tolerance:"+meters.getValue()+"m");
+            spGen.addNotationData(false, true, TrustGPG.NOTATION_DATA_KEY, "Tolerance:" + meters.getValue() + "m");
             return spGen;
         }
@@ -512,5 +500,5 @@
             if (web.isSelected()) sources += ":web";
             if (trusted.isSelected()) sources += ":trusted";
-            spGen.setNotationData(false, true, TrustGPG.NOTATION_DATA_KEY, sources);
+            spGen.addNotationData(false, true, TrustGPG.NOTATION_DATA_KEY, sources);
             return spGen;
         }
@@ -548,8 +536,8 @@
             Iterator<?> it = pgpSecKey.getPublicKey().getUserIDs();
             if (it.hasNext()) {
-                spGen.setSignerUserID(false, (String) it.next());
+                spGen.addSignerUserID(false, (String) it.next());
             }
             sGen.setHashedSubpackets(spGen.generate());
-            sGen.update(tosign.getBytes(Charset.forName("UTF-8")));
+            sGen.update(tosign.getBytes(StandardCharsets.UTF_8));
             sig = sGen.generate();
             //System.out.println(new String(sGen.generateOnePassVersion(false).getEncoded(),Charset.forName("UTF-8")));
@@ -586,5 +574,5 @@
             PGPContentVerifierBuilderProvider contentVerifierBuilderProvider = new JcaPGPContentVerifierBuilderProvider().setProvider(provider);
             sig.init(contentVerifierBuilderProvider, pgpPub.getPublicKey(sig.getKeyID()));
-            sig.update(sigtext.getBytes(Charset.forName("UTF-8")));
+            sig.update(sigtext.getBytes(StandardCharsets.UTF_8));
             return sig.verify();
         } catch (Exception e) {
@@ -630,5 +618,5 @@
         String keyid = "0x"+Long.toHexString(key.getKeyID()).substring(8).toUpperCase(Locale.ENGLISH);
 
-        String algorithm = "";
+        final String algorithm;
         int algo = key.getAlgorithm();
         switch(algo) {
@@ -637,5 +625,5 @@
         case PGPPublicKey.DSA:
             algorithm = "Digital Signature Algorithm (DSA)"; break;
-        case PGPPublicKey.EC:
+        case PGPPublicKey.ECDH:
             algorithm = "Elliptic Curve (EC)"; break;
         case PGPPublicKey.ECDSA:
@@ -703,5 +691,5 @@
 
     public PGPSecretKey generateKey()
-            throws NoSuchAlgorithmException, NoSuchProviderException, PGPException, FileNotFoundException, IOException {
+            throws NoSuchAlgorithmException, NoSuchProviderException, PGPException, IOException {
 
         JTextField userId = new JTextField();
@@ -738,26 +726,22 @@
         final String[] algos = {"DSA", "RSA"};
         final JComboBox<?> algoBox = new JComboBox<Object>(algos);
-        algoBox.addActionListener(new ActionListener() {
-
-            @Override
-            public void actionPerformed(ActionEvent e) {
-                JComboBox<?> cb = (JComboBox<?>) e.getSource();
-                String alg = (String) cb.getSelectedItem();
-                if (alg.equals("DSA")) {
-                    strengthBox.setSelectedItem("1024");
-                    strengthBox.setEnabled(false);
-                } else
-                    strengthBox.setEnabled(true);
-                /*if (alg.equals("ECDSA")) {
-                    curveBox.setEnabled(true);
-                    strengthBox.setModel(new DefaultComboBoxModel(curvesizes));
-                    strengthBox.setSelectedItem(curvesizes[curveBox.getSelectedIndex()]);
-                    strengthBox.setEnabled(false);
-                } else {
-                    curveBox.setEnabled(false);
-                    strengthBox.setModel(new DefaultComboBoxModel(sizes));
-                    strengthBox.setEnabled(true);
-                }*/
-            }
+        algoBox.addActionListener(e -> {
+            JComboBox<?> cb = (JComboBox<?>) e.getSource();
+            String alg = (String) cb.getSelectedItem();
+            if ("DSA".equals(alg)) {
+                strengthBox.setSelectedItem("1024");
+                strengthBox.setEnabled(false);
+            } else
+                strengthBox.setEnabled(true);
+            /*if (alg.equals("ECDSA")) {
+                curveBox.setEnabled(true);
+                strengthBox.setModel(new DefaultComboBoxModel(curvesizes));
+                strengthBox.setSelectedItem(curvesizes[curveBox.getSelectedIndex()]);
+                strengthBox.setEnabled(false);
+            } else {
+                curveBox.setEnabled(false);
+                strengthBox.setModel(new DefaultComboBoxModel(sizes));
+                strengthBox.setEnabled(true);
+            }*/
         });
 
@@ -836,8 +820,7 @@
 
         PGPSignatureSubpacketVector subPck = null;
-        PGPSignatureSubpacketGenerator spGen = null;
         Date expire = cal.getDate();
         if (expire != null && expire.after(now)) {
-            spGen = new PGPSignatureSubpacketGenerator();
+            final PGPSignatureSubpacketGenerator spGen = new PGPSignatureSubpacketGenerator();
             spGen.setKeyExpirationTime(true, (expire.getTime()-now.getTime())/1000);
             subPck = spGen.generate();
Index: applications/editors/josm/plugins/undelete/build.xml
===================================================================
--- applications/editors/josm/plugins/undelete/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/undelete/build.xml	(revision 36349)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="adapt to core changes (backwards compatible)"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17838"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Nakor"/>
Index: applications/editors/josm/plugins/undelete/pom.xml
===================================================================
--- applications/editors/josm/plugins/undelete/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/undelete/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17838</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
 
         <plugin.author>Nakor</plugin.author>
Index: applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
===================================================================
--- applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 36348)
+++ applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 36349)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="15496"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Andrzej Zaborowski"/>
Index: applications/editors/josm/plugins/wms-turbo-challenge2/pom.xml
===================================================================
--- applications/editors/josm/plugins/wms-turbo-challenge2/pom.xml	(revision 36348)
+++ applications/editors/josm/plugins/wms-turbo-challenge2/pom.xml	(revision 36349)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>15496</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
 
         <plugin.author>Andrzej Zaborowski</plugin.author>
