diff --git a/build.gradle b/build.gradle
index b52774b9140029264c09280f35519450a67fe876..97c7e27e13b70c2b00f2ec0a068cd2a9f2d81f2c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,9 +24,9 @@ dependencies {
     // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
     implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
 
-    compile fileTree(include: ['pnml-relast-engine-fatjar-0.1.jar'], dir: './libs')
+    implementation fileTree(include: ['pnml-relast-engine-fatjar-0.1.jar'], dir: './libs')
 
-    testCompile group: 'junit', name: 'junit', version: '4.12'
+    testImplementation group: 'junit', name: 'junit', version: '4.12'
 }
 
 jar {