Skip to content

Commit

Permalink
fixes #90 update batik version
Browse files Browse the repository at this point in the history
  • Loading branch information
draco1023 committed Sep 14, 2023
1 parent 5286789 commit 79e7e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ poi 4.x poi-tl 1.11 以前的版本
<dependency>
<groupId>io.github.draco1023</groupId>
<artifactId>poi-tl-ext</artifactId>
<version>0.4.7</version>
<version>0.4.8</version>
</dependency>
```

Expand All @@ -19,7 +19,7 @@ poi 5.x poi-tl 1.11.0+
<dependency>
<groupId>io.github.draco1023</groupId>
<artifactId>poi-tl-ext</artifactId>
<version>0.4.7-poi5</version>
<version>0.4.8-poi5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'net.sf.saxon:Saxon-HE:11.4'
implementation 'de.rototor.snuggletex:snuggletex-core:1.3.0'
implementation 'com.twelvemonkeys.imageio:imageio-batik:3.8.3'
implementation 'org.apache.xmlgraphics:batik-rasterizer-ext:1.15'
implementation 'org.apache.xmlgraphics:batik-rasterizer-ext:1.17'

compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

Expand Down

0 comments on commit 79e7e01

Please sign in to comment.