mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
updated server pom.xml to fix security vulnerability
This commit is contained in:
parent
24efd96edb
commit
2fb9153608
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-compress</artifactId>
|
<artifactId>commons-compress</artifactId>
|
||||||
<version>1.18</version>
|
<version>[1.19,)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue