Merge pull request #43 from roubert/dirstudio-1293

DIRSTUDIO-1309: Upgrade to Eclipse 4.24

I ran a local clean install and it build successfully.

@roubert Please update the ticket:
- set yourself as the assignee
- set the resolution to 'Fixed' as the ticket is designated a bug (though it would have rather been an improvement)
- set the Fix version to '2.0.0.M18'
- close the issue
diff --git a/helps/pom.xml b/helps/pom.xml
index af159cd..353ad0c 100644
--- a/helps/pom.xml
+++ b/helps/pom.xml
@@ -174,7 +174,7 @@
               <dependency>
                 <groupId>org.apache.xmlgraphics</groupId>
                 <artifactId>xmlgraphics-commons</artifactId>
-                <version>2.6</version>
+                <version>2.9</version>
                 <scope>compile</scope>
               </dependency>
             </dependencies>
diff --git a/pom.xml b/pom.xml
index 522bccb..f344084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <!-- Set versions for dependencies -->
     <antlr.version>2.7.7</antlr.version>
     <antlr.bundleversion>2.7.7</antlr.bundleversion>
-    <junit.platform.version>1.7.1</junit.platform.version>
+    <junit.platform.version>1.10.2</junit.platform.version>
     <junit.jupiter.version>5.10.2</junit.jupiter.version>
     <log4j.log4j.version>1.2.17</log4j.log4j.version>
     <log4j.log4j.bundleversion>1.2.17</log4j.log4j.bundleversion>
@@ -103,7 +103,7 @@
     <org.apache.mina.bundleversion>2.1.3</org.apache.mina.bundleversion>
     <org.apache.poi.version>3.9</org.apache.poi.version>
     <org.apache.poi.bundleversion>3.9.0</org.apache.poi.bundleversion>
-    <org.apache.xmlgraphics.fop.version>2.2</org.apache.xmlgraphics.fop.version>
+    <org.apache.xmlgraphics.fop.version>2.9</org.apache.xmlgraphics.fop.version>
     <org.bouncycastle.version>1.62</org.bouncycastle.version>
     <org.slf4j.version>1.7.25</org.slf4j.version>
     <org.slf4j.bundleversion>1.7.25</org.slf4j.bundleversion>