Skip to content

Commit 4e24ab7

Browse files
authored
fix dependencies (#48)
1 parent cb24482 commit 4e24ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.target>${java.version}</maven.compiler.target>
1717

1818
<spring-boot.version>2.0.8.RELEASE</spring-boot.version>
19-
<tomcat.version>8.5.61</tomcat.version>
19+
<tomcat.version>8.5.63</tomcat.version>
2020
<lombok.version>1.16.20</lombok.version>
2121

2222
<slf4j.version>1.7.30</slf4j.version>
@@ -37,8 +37,8 @@
3737
<commons-lang3.version>3.7</commons-lang3.version>
3838
<httpclient.version>4.5.3</httpclient.version>
3939
<commons-collections.version>3.2.2</commons-collections.version>
40-
<commons-io.version>2.4</commons-io.version>
41-
<commons-compress.version>1.19</commons-compress.version>
40+
<commons-io.version>2.7</commons-io.version>
41+
<commons-compress.version>1.21</commons-compress.version>
4242

4343
<scala.version>2.11.8</scala.version>
4444
<liquibase.version>4.2.2</liquibase.version>

0 commit comments

Comments
 (0)