diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 642d572..308007b 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip -wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar diff --git a/pom.xml b/pom.xml index 262f9d3..806d402 100644 --- a/pom.xml +++ b/pom.xml @@ -9,20 +9,18 @@ 1.0-SNAPSHOT demo - - http://www.example.com UTF-8 - 17 - 17 + 25 + 25 - junit - junit - 4.11 + org.junit.jupiter + junit-jupiter + 5.11.3 test @@ -32,27 +30,27 @@ maven-clean-plugin - 3.1.0 + 3.4.0 maven-compiler-plugin - 3.8.0 + 3.13.0 maven-surefire-plugin - 2.22.1 + 3.5.2 maven-jar-plugin - 3.0.2 + 3.4.2 maven-install-plugin - 2.5.2 + 3.1.3 maven-deploy-plugin - 2.8.2 + 3.1.3 diff --git a/src/test/java/org/java/playground/AppTest.java b/src/test/java/org/java/playground/AppTest.java index 5973da0..b9d38fc 100644 --- a/src/test/java/org/java/playground/AppTest.java +++ b/src/test/java/org/java/playground/AppTest.java @@ -1,8 +1,8 @@ package org.java.playground; -import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertTrue; -import org.junit.Test; +import org.junit.jupiter.api.Test; /** * Unit test for simple App.