Skip to content

Commit

Permalink
update dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 27, 2024
1 parent e595f0b commit ab95d35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>1.1.0</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.16.1</version>
</dependency>
<!-- excel java -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.0</version>
<version>5.3.0</version>
</dependency>
<!-- Rcaller -->
<dependency>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit ab95d35

Please sign in to comment.