update dependencies
This commit is contained in:
parent
e218496af3
commit
6fbbc9d6b5
1 changed files with 14 additions and 14 deletions
28
pom.xml
28
pom.xml
|
@ -39,24 +39,24 @@
|
|||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.7-RC3</dbflute.version>
|
||||
<dbflute.version>1.1.7</dbflute.version>
|
||||
<lastaflute.version>1.0.7</lastaflute.version>
|
||||
<lasta.taglib.version>0.7.2</lasta.taglib.version>
|
||||
<lasta.job.version>0.5.3</lasta.job.version>
|
||||
<mailflute.version>0.5.9-RC1</mailflute.version>
|
||||
<mailflute.version>0.5.9</mailflute.version>
|
||||
|
||||
<!-- Partner Library -->
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
<log4j.version>2.9.1</log4j.version>
|
||||
<jackson.version>2.8.10</jackson.version>
|
||||
<commons.fileupload.version>1.3.3</commons.fileupload.version>
|
||||
<asm.version>5.1</asm.version>
|
||||
<asm.version>6.1.1</asm.version>
|
||||
|
||||
<!-- Testing -->
|
||||
<junit.version>4.12</junit.version>
|
||||
<junit.jupiter.version>5.0.2</junit.jupiter.version>
|
||||
<junit.vintage.version>${junit.version}.0</junit.vintage.version>
|
||||
<junit.platform.version>1.0.0</junit.platform.version>
|
||||
<junit.jupiter.version>5.1.1</junit.jupiter.version>
|
||||
<junit.vintage.version>${junit.version}.3</junit.vintage.version>
|
||||
<junit.platform.version>1.1.1</junit.platform.version>
|
||||
<utflute.version>0.8.5</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
|
@ -170,7 +170,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<version>3.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>unpack-provided</id>
|
||||
|
@ -190,7 +190,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<version>2.21.0</version>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>${test.include.path}</include>
|
||||
|
@ -217,7 +217,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<docencoding>UTF-8</docencoding>
|
||||
|
@ -459,7 +459,7 @@
|
|||
<plugin>
|
||||
<groupId>org.vafer</groupId>
|
||||
<artifactId>jdeb</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<deb>${project.build.directory}/releases/${project.artifactId}-${project.version}.deb</deb>
|
||||
<controlDir>${project.build.directory}/generated-packaging/deb/scripts</controlDir>
|
||||
|
@ -704,7 +704,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>rpm-maven-plugin</artifactId>
|
||||
<version>2.1.5</version>
|
||||
<version>2.2.0</version>
|
||||
<configuration>
|
||||
<distribution>Fess</distribution>
|
||||
<group>Application/Internet</group>
|
||||
|
@ -1216,7 +1216,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>24.0-jre</version>
|
||||
<version>24.1-jre</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
@ -1283,12 +1283,12 @@
|
|||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>60.1</version>
|
||||
<version>61.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
<artifactId>google-api-services-analyticsreporting</artifactId>
|
||||
<version>v4-rev118-1.23.0</version>
|
||||
<version>v4-rev123-1.23.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue