Skip to content

Commit e072d38

Browse files
committed
Update maven plugins
1 parent 2d9af1e commit e072d38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

org.eclipse.wildwebdeveloper.xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-dependency-plugin</artifactId>
29-
<version>3.6.1</version>
29+
<version>3.8.1</version>
3030
<executions>
3131
<execution>
3232
<id>fetch-lemminx</id>

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.codehaus.mojo</groupId>
142142
<artifactId>exec-maven-plugin</artifactId>
143-
<version>3.3.0</version>
143+
<version>3.5.0</version>
144144
<executions>
145145
<execution>
146146
<id>local install VSCode Language servers</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-clean-plugin</artifactId>
141-
<version>3.3.2</version>
141+
<version>3.4.0</version>
142142
</plugin>
143143
<plugin>
144144
<groupId>com.googlecode.maven-download-plugin</groupId>
145145
<artifactId>download-maven-plugin</artifactId>
146-
<version>1.9.0</version>
146+
<version>1.11.3</version>
147147
</plugin>
148148
<plugin>
149149
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)