Skip to content

Commit 91b1054

Browse files
committed
linux remote browsing fix
1 parent a6ec29e commit 91b1054

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@
216216
</dependency>
217217

218218
<!-- handpicked versions of transitive depenencies while patching up security holes -->
219+
<dependency>
220+
<groupId>commons-io</groupId>
221+
<artifactId>commons-io</artifactId>
222+
<version>2.19.0</version>
223+
</dependency>
219224
<dependency>
220225
<groupId>org.apache.httpcomponents.client5</groupId>
221226
<artifactId>httpclient5</artifactId>

0 commit comments

Comments
 (0)