Minor, don't use outdated Groovy dependency

See https://ossindex.sonatype.org/vuln/91433254-870c-47a2-aa06-1b303a92c018

 #TPV-3545 Fixed
This commit is contained in:
Alexander Udalov
2019-10-15 17:23:15 +02:00
parent 59959c52ad
commit 74c9120d9d
2 changed files with 1 additions and 7 deletions
@@ -72,7 +72,7 @@ class IncrementalCompilationJvmMultiProjectIT : BaseIncrementalCompilationMultiP
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:${"$"}kotlin_version"
compile 'org.codehaus.groovy:groovy-all:2.4.7'
compile 'org.codehaus.groovy:groovy-all:2.4.8'
}
""".trimIndent()
}
@@ -45,12 +45,6 @@
<artifactId>kotlin-scripting-compiler</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>