diff --git a/statemachine/build.gradle b/statemachine/build.gradle index 1139190ec9729168363f18dab442234e3c9814ab..74b28a0e473b19c89cd5f7a2c80fb7d5e1eba92f 100644 --- a/statemachine/build.gradle +++ b/statemachine/build.gradle @@ -39,7 +39,7 @@ task cleanRagdoc(type: Delete) { dependencies { compile 'org.jgrapht:jgrapht-core:1.3.1' - compile 'org.jastadd:jastadd:2.3.2' + compile 'org.jastadd:jastadd:2.3.4' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.0'