Skip to content

Commit 724f5a7

Browse files
committed
chore: upgrade updater deps
1 parent f96e891 commit 724f5a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/updater/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- for JSON/YAML file support -->
2929
<groupId>com.fasterxml.jackson.dataformat</groupId>
3030
<artifactId>jackson-dataformat-yaml</artifactId>
31-
<version>2.18.3</version>
31+
<version>2.20.1</version>
3232
</dependency>
3333
<dependency>
3434
<!-- for *.ico image support -->
@@ -46,7 +46,7 @@
4646
<!-- for *.svg image support -->
4747
<groupId>org.apache.xmlgraphics</groupId>
4848
<artifactId>batik-transcoder</artifactId>
49-
<version>1.18</version>
49+
<version>1.19</version>
5050
<exclusions>
5151
<exclusion>
5252
<groupId>xml-apis</groupId>
@@ -58,7 +58,7 @@
5858
<!-- for icon resizing -->
5959
<groupId>net.coobird</groupId>
6060
<artifactId>thumbnailator</artifactId>
61-
<version>0.4.20</version>
61+
<version>0.4.21</version>
6262
</dependency>
6363

6464
<dependency>

0 commit comments

Comments
 (0)