|
@@ -35,20 +35,21 @@
|
|
</parent>
|
|
</parent>
|
|
<properties>
|
|
<properties>
|
|
<!-- Main Framework -->
|
|
<!-- Main Framework -->
|
|
- <dbflute.version>1.2.0</dbflute.version>
|
|
|
|
- <lastaflute.version>1.1.3</lastaflute.version>
|
|
|
|
- <lasta.di.version>0.8.0</lasta.di.version>
|
|
|
|
|
|
+ <dbflute.version>1.2.1</dbflute.version>
|
|
|
|
+ <lastaflute.version>1.1.4</lastaflute.version>
|
|
|
|
+ <lasta.di.version>0.8.1</lasta.di.version>
|
|
<lasta.taglib.version>0.7.3</lasta.taglib.version>
|
|
<lasta.taglib.version>0.7.3</lasta.taglib.version>
|
|
<lasta.job.version>0.5.3</lasta.job.version>
|
|
<lasta.job.version>0.5.3</lasta.job.version>
|
|
- <mailflute.version>0.6.0</mailflute.version>
|
|
|
|
|
|
+ <mailflute.version>0.6.1</mailflute.version>
|
|
|
|
|
|
<!-- Partner Library -->
|
|
<!-- Partner Library -->
|
|
- <slf4j.version>1.7.28</slf4j.version>
|
|
|
|
|
|
+ <slf4j.version>1.7.29</slf4j.version>
|
|
<log4j.version>2.11.1</log4j.version>
|
|
<log4j.version>2.11.1</log4j.version>
|
|
- <jackson.version>2.9.10</jackson.version>
|
|
|
|
|
|
+ <jackson.version>2.10.1</jackson.version>
|
|
<commons.fileupload.version>1.4</commons.fileupload.version>
|
|
<commons.fileupload.version>1.4</commons.fileupload.version>
|
|
<asm.version>7.2</asm.version>
|
|
<asm.version>7.2</asm.version>
|
|
<tika.version>1.22</tika.version>
|
|
<tika.version>1.22</tika.version>
|
|
|
|
+ <groovy.version>3.0.0-rc-1</groovy.version>
|
|
|
|
|
|
<!-- Crawler -->
|
|
<!-- Crawler -->
|
|
<crawler.version>3.4.4-SNAPSHOT</crawler.version>
|
|
<crawler.version>3.4.4-SNAPSHOT</crawler.version>
|
|
@@ -62,7 +63,7 @@
|
|
<cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version>
|
|
<cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version>
|
|
|
|
|
|
<!-- Tomcat -->
|
|
<!-- Tomcat -->
|
|
- <tomcat.version>9.0.26</tomcat.version>
|
|
|
|
|
|
+ <tomcat.version>9.0.29</tomcat.version>
|
|
<tomcat.boot.version>0.7.3</tomcat.boot.version>
|
|
<tomcat.boot.version>0.7.3</tomcat.boot.version>
|
|
|
|
|
|
<!-- Testing -->
|
|
<!-- Testing -->
|
|
@@ -1339,7 +1340,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
- <version>${jackson.version}.1</version>
|
|
|
|
|
|
+ <version>${jackson.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
@@ -1368,7 +1369,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
<artifactId>groovy</artifactId>
|
|
<artifactId>groovy</artifactId>
|
|
- <version>2.5.8</version>
|
|
|
|
|
|
+ <version>${groovy.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- Tomcat -->
|
|
<!-- Tomcat -->
|