Skip to content

Commit

Permalink
bumped commons-io & junit version
Browse files Browse the repository at this point in the history
  • Loading branch information
age-77 committed Mar 28, 2022
1 parent 865121c commit fa101aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<org.mapstruct.version>1.4.1.Final</org.mapstruct.version>
<lombok.version>1.18.16</lombok.version>
<swagger-annotations.version>2.1.1</swagger-annotations.version>
<junit.version>4.13.2</junit.version>

<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down Expand Up @@ -108,7 +109,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fa101aa

Please sign in to comment.