Index: applications/editors/josm/plugins/ejml/build.xml
===================================================================
--- applications/editors/josm/plugins/ejml/build.xml	(revision 35924)
+++ applications/editors/josm/plugins/ejml/build.xml	(revision 36176)
@@ -12,4 +12,5 @@
     <property name="plugin.canloadatruntime" value="true"/>
     <property name="plugin.stage" value="15"/>
+    <property name="plugin.minimum.java.version" value="11"/>
 
     <!-- ** include targets that all plugins have in common ** -->
Index: applications/editors/josm/plugins/ejml/ivy.xml
===================================================================
--- applications/editors/josm/plugins/ejml/ivy.xml	(revision 35924)
+++ applications/editors/josm/plugins/ejml/ivy.xml	(revision 36176)
@@ -5,6 +5,6 @@
     <dependencies>
         <!-- We included everything in 0.34, including experimental -->
-        <dependency org="org.ejml" name="ejml-all" rev="0.41"/>
-        <dependency org="org.ejml" name="ejml-experimental" rev="0.41"/>
+        <dependency org="org.ejml" name="ejml-all" rev="0.43.1"/>
+        <dependency org="org.ejml" name="ejml-experimental" rev="0.43.1"/>
     </dependencies>
 </ivy-module>
