From 2386a116ffb2921b901ecfd356d93ba478258478 Mon Sep 17 00:00:00 2001 From: Caleb Sander <caleb.sander@gmail.com> Date: Tue, 28 Jan 2020 11:49:20 -0800 Subject: [PATCH] Update junit --- ...g_junit_jupiter_junit_jupiter_params_5_6_0.xml} | 14 +++++++------- lab04-questions.iml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) rename .idea/libraries/{org_junit_jupiter_junit_jupiter_params_5_4_0.xml => org_junit_jupiter_junit_jupiter_params_5_6_0.xml} (55%) diff --git a/.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_4_0.xml b/.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_6_0.xml similarity index 55% rename from .idea/libraries/org_junit_jupiter_junit_jupiter_params_5_4_0.xml rename to .idea/libraries/org_junit_jupiter_junit_jupiter_params_5_6_0.xml index 63df44e..d0b8124 100644 --- a/.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_4_0.xml +++ b/.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_6_0.xml @@ -1,12 +1,12 @@ <component name="libraryTable"> - <library name="org.junit.jupiter:junit-jupiter-params:5.4.0" type="repository"> - <properties maven-id="org.junit.jupiter:junit-jupiter-params:5.4.0-SNAPSHOT" /> + <library name="org.junit.jupiter:junit-jupiter-params:5.6.0" type="repository"> + <properties maven-id="org.junit.jupiter:junit-jupiter-params:5.6.0" /> <CLASSES> - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.4.0-SNAPSHOT/junit-jupiter-params-5.4.0-SNAPSHOT.jar!/" /> - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" /> - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.4.0-SNAPSHOT/junit-jupiter-api-5.4.0-SNAPSHOT.jar!/" /> - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar!/" /> - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.4.0-SNAPSHOT/junit-platform-commons-1.4.0-SNAPSHOT.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.6.0/junit-jupiter-params-5.6.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.6.0/junit-jupiter-api-5.6.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.6.0/junit-platform-commons-1.6.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> diff --git a/lab04-questions.iml b/lab04-questions.iml index 578960c..b154418 100644 --- a/lab04-questions.iml +++ b/lab04-questions.iml @@ -8,7 +8,7 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" name="org.junit.jupiter:junit-jupiter-params:5.4.0" level="project" /> + <orderEntry type="library" name="org.junit.jupiter:junit-jupiter-params:5.6.0" level="project" /> <orderEntry type="library" name="org.hamcrest:hamcrest-all:1.3" level="project" /> <orderEntry type="library" name="com.github.javaparser:javaparser-core:3.5.2" level="project" /> </component> -- GitLab