diff --git a/build.gradle b/build.gradle index 1a833153a..40ecb8f53 100644 --- a/build.gradle +++ b/build.gradle @@ -10,18 +10,11 @@ buildscript { repositories.mavenCentral() dependencies { classpath "org.xtext:xtext-gradle-plugin:$versions.xtext_gradle_plugin" - constraints { - classpath("org.eclipse.jgit:org.eclipse.jgit") { - version { - strictly "[5.13, 6.0[" - } - } - } } } plugins { - id 'org.ajoberstar.grgit' version '4.1.0' + id 'org.ajoberstar.grgit' version '4.1.1' } apply from: "${rootDir}/gradle/versions.gradle"