Skip to content

Commit

Permalink
Update dependencies (#708)
Browse files Browse the repository at this point in the history
Fixes #655: Outdated Batik version
  • Loading branch information
mgmax authored Mar 9, 2024
1 parent f87ff57 commit a8f89b6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-dom</artifactId>
<version>1.8</version>
<version>1.17</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svggen</artifactId>
<version>1.8</version>
<version>1.17</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -125,12 +125,6 @@
<version>2.7</version>
<type>jar</type>
</dependency>
<!-- needed for kabjex/dxf support? -->
<dependency>
<groupId>com.neuronrobotics</groupId>
<artifactId>JCSG</artifactId>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand Down

0 comments on commit a8f89b6

Please sign in to comment.