Skip to content

Commit 0c389f2

Browse files
committed
Dependabot alert fix'
1 parent 0c2afcf commit 0c389f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>commons-io</groupId>
7575
<artifactId>commons-io</artifactId>
76-
<version>1.3.2</version>
76+
<version>2.7</version>
7777
</dependency>
7878
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
7979
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>junit</groupId>
125125
<artifactId>junit</artifactId>
126-
<version>4.12</version>
126+
<version>4.13.1</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>

0 commit comments

Comments
 (0)