diff --git a/mvgplugin/build.gradle.kts b/mvgplugin/build.gradle.kts index 7b747cc..c63f4bd 100644 --- a/mvgplugin/build.gradle.kts +++ b/mvgplugin/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0") - implementation("com.gradle:gradle-enterprise-gradle-plugin:3.7.1") + implementation("com.gradle:gradle-enterprise-gradle-plugin:3.12.3") implementation("org.apache.httpcomponents:httpmime:4.5.13") testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")