Skip to content

Commit 112c5f4

Browse files
committed
fixed Apache Commons IO: Possible denial of service attack on untrusted input to XmlStreamReader
1 parent 26c5052 commit 112c5f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@
189189
<dependency>
190190
<groupId>commons-io</groupId>
191191
<artifactId>commons-io</artifactId>
192-
<version>2.11.0</version>
192+
<version>[2.14.0,)</version>
193193
</dependency>
194+
194195
<dependency>
195196
<groupId>org.apache.commons</groupId>
196197
<artifactId>commons-text</artifactId>

0 commit comments

Comments
 (0)