Skip to content

Commit

Permalink
Merge pull request #95 from ctabin/update-dep
Browse files Browse the repository at this point in the history
Update of dependencies
  • Loading branch information
ctabin authored Jul 23, 2023
2 parents e0f4dfd + 71a2bd5 commit 08f2978
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 @@ -191,14 +191,14 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 08f2978

Please sign in to comment.