Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 25, 2024
1 parent 63858e4 commit d372828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions plugin/updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
<!-- for JSON/YAML file support -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<!-- for *.ico image support -->
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-bmp</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
</dependency>
<dependency>
<!-- for *.svg image support -->
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-batik</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
</dependency>
<dependency>
<!-- for *.svg image support -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.vegardit.maven</groupId>
<artifactId>vegardit-maven-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
</parent>

<groupId>de.sebthom.eclipse.extra_syntax_highlighting</groupId>
Expand Down

0 comments on commit d372828

Please sign in to comment.