Skip to content

Commit bb08592

Browse files
committed
Bump dependencies to be compatible with the new commons-io version
1 parent b14209b commit bb08592

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend-maven-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<name>Maven Frontend Plugin</name>
1414
<prerequisites>
15-
<maven>3.1.0</maven>
15+
<maven>3.6.0</maven>
1616
</prerequisites>
1717

1818
<description>
@@ -32,14 +32,14 @@
3232
<dependency>
3333
<groupId>org.apache.maven</groupId>
3434
<artifactId>maven-core</artifactId>
35-
<version>3.1.0</version>
35+
<version>3.6.0</version>
3636
<scope>provided</scope>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-plugin-api</artifactId>
42-
<version>3.5.0</version>
42+
<version>3.6.0</version>
4343
</dependency>
4444

4545
<dependency>
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-plugin-plugin</artifactId>
63-
<version>3.2</version>
63+
<version>3.6.0</version>
6464
<configuration>
6565
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
6666
</configuration>

0 commit comments

Comments
 (0)