Aligned maven versions

This commit is contained in:
Marcin Grzejszczak
2020-11-09 14:34:00 +01:00
parent 0ecf37739c
commit 5426b8f080
2 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
</parent>
<properties>
<maven.version>3.5.4</maven.version>
<maven.version>3.6.3</maven.version>
</properties>
<dependencyManagement>
@@ -40,7 +40,8 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
<!-- Compatible with Maven -->
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>