Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KaroAPI4J/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<properties>
<!-- Dependencies -->
<log4j.version>2.25.4</log4j.version> <!-- 2024.03.18 -->
<log4j.version>2.25.4</log4j.version> <!-- 2026.06.12 -->
<servlet.version>3.1.1</servlet.version> <!-- 2022.02.24 -->
<jackson.version>2.17.0</jackson.version> <!-- 2024.03.18 -->
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private static Date createUTCDate(int year, int month, int day, int hour, int mi
public void test_version() throws InterruptedException, ExecutionException
{
assertNotNull(KaroAPI.getVersion());
assertEquals(new Version("1.4.1"), KaroAPI.getVersion());
assertEquals(new Version("1.4.2"), KaroAPI.getVersion());
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

public class LauncherTest
{
private static final Version apiVersion = new Version("1.4.1");
private static final Version appVersion = new Version("3.4.0");
private static final Version apiVersion = new Version("1.4.2");
private static final Version appVersion = new Version("3.4.1");

@Test
public void test_APIVersion() throws InterruptedException, ExecutionException
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
<junit.version>5.10.2</junit.version> <!-- updated 2024.03.17 -->

<ultimate.KaroToolsCollection.version>1.1.0</ultimate.KaroToolsCollection.version>
<ultimate.KaroAPI4J.version>1.4.1</ultimate.KaroAPI4J.version>
<ultimate.KaroMUSKEL.version>3.4.0</ultimate.KaroMUSKEL.version>
<ultimate.KaroEval.version>3.2.1</ultimate.KaroEval.version>
<ultimate.KaroExperiments.version>1.0.8</ultimate.KaroExperiments.version>
<ultimate.KaroRAUPE.version>1.3.0</ultimate.KaroRAUPE.version>
<ultimate.KaroAPI4J.version>1.4.2</ultimate.KaroAPI4J.version>
<ultimate.KaroMUSKEL.version>3.4.1</ultimate.KaroMUSKEL.version>
<ultimate.KaroEval.version>3.2.2</ultimate.KaroEval.version>
<ultimate.KaroExperiments.version>1.0.9</ultimate.KaroExperiments.version>
<ultimate.KaroRAUPE.version>1.3.1</ultimate.KaroRAUPE.version>
</properties>
</project>