@@ -72,7 +72,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
</tasks> | </tasks> | ||||
</configuration> | </configuration> | ||||
</execution> | </execution> | ||||
</executions> | </executions> | ||||
</plugin> | </plugin> | ||||
<plugin> | <plugin> | ||||
@@ -47,7 +47,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<dependency> | <dependency> | ||||
<groupId>javax.mail</groupId> | <groupId>javax.mail</groupId> | ||||
<artifactId>javax.mail-api</artifactId> | <artifactId>javax.mail-api</artifactId> | ||||
<version>1.6.0</version> | |||||
<version>1.6.1</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
@@ -74,7 +74,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
</tasks> | </tasks> | ||||
</configuration> | </configuration> | ||||
</execution> | </execution> | ||||
</executions> | </executions> | ||||
</plugin> | </plugin> | ||||
<plugin> | <plugin> | ||||
@@ -45,19 +45,19 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>org.junit.platform</groupId> | <groupId>org.junit.platform</groupId> | ||||
<artifactId>junit-platform-launcher</artifactId> | <artifactId>junit-platform-launcher</artifactId> | ||||
<version>1.1.0</version> | |||||
<version>1.2.0</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
<groupId>org.junit.jupiter</groupId> | <groupId>org.junit.jupiter</groupId> | ||||
<artifactId>junit-jupiter-engine</artifactId> | <artifactId>junit-jupiter-engine</artifactId> | ||||
<version>5.1.0</version> | |||||
<version>5.2.0</version> | |||||
<scope>test</scope> | <scope>test</scope> | ||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
<groupId>org.junit.vintage</groupId> | <groupId>org.junit.vintage</groupId> | ||||
<artifactId>junit-vintage-engine</artifactId> | <artifactId>junit-vintage-engine</artifactId> | ||||
<version>5.1.0</version> | |||||
<version>5.2.0</version> | |||||
<scope>test</scope> | <scope>test</scope> | ||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
@@ -62,5 +62,4 @@ | |||||
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory> | <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory> | ||||
<directory>../../../../target/${project.artifactId}</directory> | <directory>../../../../target/${project.artifactId}</directory> | ||||
</build> | </build> | ||||
</project> | </project> |
@@ -70,5 +70,4 @@ | |||||
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory> | <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory> | ||||
<directory>../../../../target/${project.artifactId}</directory> | <directory>../../../../target/${project.artifactId}</directory> | ||||
</build> | </build> | ||||
</project> | </project> |
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<dependency> | <dependency> | ||||
<groupId>org.tukaani</groupId> | <groupId>org.tukaani</groupId> | ||||
<artifactId>xz</artifactId> | <artifactId>xz</artifactId> | ||||
<version>1.6</version> | |||||
<version>1.8</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
@@ -133,17 +133,17 @@ | |||||
<plugin> | <plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-jar-plugin</artifactId> | <artifactId>maven-jar-plugin</artifactId> | ||||
<version>3.0.2</version> | |||||
<version>3.1.0</version> | |||||
</plugin> | </plugin> | ||||
<plugin> | <plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-surefire-plugin</artifactId> | <artifactId>maven-surefire-plugin</artifactId> | ||||
<version>2.20.1</version> | |||||
<version>2.21.0</version> | |||||
</plugin> | </plugin> | ||||
<plugin> | <plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-surefire-report-plugin</artifactId> | <artifactId>maven-surefire-report-plugin</artifactId> | ||||
<version>2.20.1</version> | |||||
<version>2.21.0</version> | |||||
</plugin> | </plugin> | ||||
</plugins> | </plugins> | ||||
</pluginManagement> | </pluginManagement> | ||||