Skip to content

Commit

Permalink
Dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 20, 2024
1 parent 9fbae15 commit 5793c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<swt.version>3.116.100</swt.version> <!-- Last version compatible with JRE 8 -->
<jface.version>3.22.200</jface.version> <!-- Last version compatible with JRE 8 -->
<lombok.version>1.18.32</lombok.version>
<picocli.version>4.7.5</picocli.version>
<picocli.version>4.7.6</picocli.version>
<windows.build.finalName>${project.name}</windows.build.finalName>
<linux.build.finalName>${project.artifactId}</linux.build.finalName>
<mac.build.finalName>${project.name}</mac.build.finalName>
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 5793c14

Please sign in to comment.