Skip to content

Commit

Permalink
fix dependencies (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelZhan authored Jan 7, 2022
1 parent cb24482 commit 4e24ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<spring-boot.version>2.0.8.RELEASE</spring-boot.version>
<tomcat.version>8.5.61</tomcat.version>
<tomcat.version>8.5.63</tomcat.version>
<lombok.version>1.16.20</lombok.version>

<slf4j.version>1.7.30</slf4j.version>
Expand All @@ -37,8 +37,8 @@
<commons-lang3.version>3.7</commons-lang3.version>
<httpclient.version>4.5.3</httpclient.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-io.version>2.4</commons-io.version>
<commons-compress.version>1.19</commons-compress.version>
<commons-io.version>2.7</commons-io.version>
<commons-compress.version>1.21</commons-compress.version>

<scala.version>2.11.8</scala.version>
<liquibase.version>4.2.2</liquibase.version>
Expand Down

0 comments on commit 4e24ab7

Please sign in to comment.