Skip to content

Commit 94f45bb

Browse files
authored
Merge pull request #184 from groph/updating-batik-rasterizer
Updating batik-rasterizer to fix a vulnerability
2 parents 8c3245d + 0f77e1a commit 94f45bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ To rasterize with batik, provide this library on the classpath:
371371
<dependency>
372372
<groupId>org.apache.xmlgraphics</groupId>
373373
<artifactId>batik-rasterizer</artifactId>
374-
<version>1.10</version>
374+
<version>1.13</version>
375375
</dependency>
376376
```
377377

graphviz-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.apache.xmlgraphics</groupId>
9595
<artifactId>batik-rasterizer</artifactId>
96-
<version>1.10</version>
96+
<version>1.13</version>
9797
<optional>true</optional>
9898
<exclusions>
9999
<exclusion>

0 commit comments

Comments
 (0)