diff --git a/trainbenchmark/trainbenchmark-format-emf-model/build.gradle b/trainbenchmark/trainbenchmark-format-emf-model/build.gradle
index b1706eadcfb7ea59e28ac23e132456b57bffbfd0..9fc7460927a1cabc8bfda68e33fb2f99826dba5f 100644
--- a/trainbenchmark/trainbenchmark-format-emf-model/build.gradle
+++ b/trainbenchmark/trainbenchmark-format-emf-model/build.gradle
@@ -6,9 +6,13 @@ apply plugin: 'org.xtext.xtend'
 apply from: "${rootDir}/gradle/source-layout-xcore.gradle"
 
 ext {
-	xtextVersion = '2.10.0'
+	xtextVersion = '2.13.0'
 }
 
+ configurations.all {
+   resolutionStrategy.force 'org.antlr:antlr-runtime:3.2'
+ }
+
 dependencies {
 	compile "org.eclipse.xtext:org.eclipse.xtext.xbase:${xtextVersion}"
 	compile 'org.eclipse.emf:org.eclipse.emf.ecore.xcore.lib:+'