Skip to content

Commit 7a2d6de

Browse files
Fix vulnerabilities (microsoft#380)
1 parent f15f84b commit 7a2d6de

File tree

2 files changed

+2
-2
lines changed
  • com.microsoft.java.debug.core
  • com.microsoft.java.debug.plugin

2 files changed

+2
-2
lines changed

com.microsoft.java.debug.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>commons-io</groupId>
6464
<artifactId>commons-io</artifactId>
65-
<version>2.5</version>
65+
<version>2.10.0</version>
6666
</dependency>
6767
<!-- Dependencies for test -->
6868
<dependency>

com.microsoft.java.debug.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<artifactItem>
4141
<groupId>commons-io</groupId>
4242
<artifactId>commons-io</artifactId>
43-
<version>2.5</version>
43+
<version>2.10.0</version>
4444
</artifactItem>
4545
<artifactItem>
4646
<groupId>com.microsoft.java</groupId>

0 commit comments

Comments
 (0)