diff --git a/dockstore-cli-integration-testing/pom.xml b/dockstore-cli-integration-testing/pom.xml index 436c0eafe..75c2ee41a 100644 --- a/dockstore-cli-integration-testing/pom.xml +++ b/dockstore-cli-integration-testing/pom.xml @@ -291,9 +291,12 @@ - - org.scala-tools - maven-scala-plugin + + net.alchim31.maven + scala-maven-plugin + + 2.13.12 + diff --git a/pom.xml b/pom.xml index 3a58d3080..537b5b872 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.11 com.googlecode.maven-download-plugin @@ -391,7 +391,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.6.0.0 + 4.8.6.2 org.apache.maven.plugins @@ -424,11 +424,13 @@ maven-javadoc-plugin 3.3.2 - - - org.scala-tools - maven-scala-plugin - 2.15.2 + + net.alchim31.maven + scala-maven-plugin + 4.8.1 + + ${maven-java.version} + org.codehaus.mojo @@ -542,7 +544,7 @@ 3.8.1 - [11.0.11,18.0) + [17.0,22.0)