From b1e7d0ac42d6c4308a1d420a4f66df3eef365c24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:36:31 +0200 Subject: [PATCH] Update dependency edu.kit.kastel.sdq:artemis4j to v7.5.6 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8f082c..9382895 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { jetbrainsRuntimeLocal(localJbr) } } - implementation 'edu.kit.kastel.sdq:artemis4j:7.5.0-SNAPSHOT' + implementation 'edu.kit.kastel.sdq:artemis4j:7.5.6' // Tests testImplementation 'org.junit.jupiter:junit-jupiter-api:' + JUNIT_VERSION testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:' + JUNIT_VERSION