update dependencies
This commit is contained in:
parent
e17aaf1da7
commit
e70a2484e9
1 changed files with 22 additions and 6 deletions
28
pom.xml
28
pom.xml
|
@ -43,11 +43,11 @@
|
|||
<mailflute.version>0.6.0</mailflute.version>
|
||||
|
||||
<!-- Partner Library -->
|
||||
<slf4j.version>1.7.27</slf4j.version>
|
||||
<slf4j.version>1.7.28</slf4j.version>
|
||||
<log4j.version>2.11.1</log4j.version>
|
||||
<jackson.version>2.9.10</jackson.version>
|
||||
<commons.fileupload.version>1.4</commons.fileupload.version>
|
||||
<asm.version>7.1</asm.version>
|
||||
<asm.version>7.2</asm.version>
|
||||
<tika.version>1.22</tika.version>
|
||||
|
||||
<!-- Testing -->
|
||||
|
@ -69,7 +69,7 @@
|
|||
<cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version>
|
||||
|
||||
<!-- Tomcat -->
|
||||
<tomcat.version>9.0.21</tomcat.version>
|
||||
<tomcat.version>9.0.26</tomcat.version>
|
||||
<tomcat.boot.version>0.7.3</tomcat.boot.version>
|
||||
|
||||
<!-- DEB & RPM build -->
|
||||
|
@ -1098,7 +1098,7 @@
|
|||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
<artifactId>jersey-common</artifactId>
|
||||
<version>2.29</version>
|
||||
<version>2.29.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>jakarta.annotation</groupId>
|
||||
|
@ -1202,7 +1202,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>28.0-jre</version>
|
||||
<version>28.1-jre</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
@ -1284,7 +1284,7 @@
|
|||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>64.2</version>
|
||||
<version>65.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
|
@ -1446,6 +1446,22 @@
|
|||
<version>${tomcat.boot.version}</version>
|
||||
<!-- Disable scope at development on IDEA -->
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-el-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jasper-el</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.embed</groupId>
|
||||
<artifactId>tomcat-embed-core</artifactId>
|
||||
<version>${tomcat.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency><!-- for jsp -->
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue