diff --git a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
index 5918ccc228d90f4cece6aa89ac1504915c724397..826d4c750e201bb699a4526f7b474a095b4c652a 100644
--- a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
+++ b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
@@ -17,10 +17,10 @@ repositories {
 }
 
 dependencies {
-	implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
+  implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
   implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
   implementation 'com.google.code.gson:gson:2.8.2'
- 	implementation 'com.google.guava:guava:24.1-jre'
+  implementation 'com.google.guava:guava:24.1-jre'
   implementation 'org.slf4j:slf4j-api:1.7.25'
   implementation 'io.confluent:kafka-avro-serializer:5.3.0'
 
@@ -28,11 +28,13 @@ dependencies {
   implementation 'com.hazelcast.jet:hazelcast-jet-kafka:4.5'
   implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2'
  	
- 	implementation project(':hazelcastjet-commons')
+  implementation project(':hazelcastjet-commons')
 
   testImplementation("junit:junit:4.13.2")
+  testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
+
   testImplementation 'com.hazelcast:hazelcast:4.2:tests'
- 	testImplementation 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests'
+  testImplementation 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests'
 
 }