Skip to content

Commit b9c290f

Browse files
author
Björn Ekryd
committed
Updated plugin dependencies
1 parent f67e02c commit b9c290f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<!-- References plugin (not directly used) -->
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-antrun-plugin</artifactId>
110-
<version>1.8</version>
110+
<version>3.0.0</version>
111111
</plugin>
112112
<plugin>
113113
<!-- References plugin (not directly used) -->
@@ -134,7 +134,7 @@
134134
<!-- References plugin (not directly used) -->
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-dependency-plugin</artifactId>
137-
<version>3.1.1</version>
137+
<version>3.1.2</version>
138138
</plugin>
139139
<plugin>
140140
<!-- Define versions for standard plugins -->
@@ -179,7 +179,7 @@
179179
<!-- Define versions for standard plugins -->
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-resources-plugin</artifactId>
182-
<version>3.1.0</version>
182+
<version>3.2.0</version>
183183
</plugin>
184184
<plugin>
185185
<!-- Define versions for standard plugins -->
@@ -202,7 +202,7 @@
202202
<!-- Coverage -->
203203
<groupId>org.jacoco</groupId>
204204
<artifactId>jacoco-maven-plugin</artifactId>
205-
<version>0.8.5</version>
205+
<version>0.8.6</version>
206206
<configuration>
207207
<excludes>
208208
<exclude>**/*HelpMojo.class</exclude>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.sonarsource.scanner.maven</groupId>
214214
<artifactId>sonar-maven-plugin</artifactId>
215-
<version>3.7.0.1746</version>
215+
<version>3.8.0.2131</version>
216216
</plugin>
217217
</plugins>
218218
</pluginManagement>

0 commit comments

Comments
 (0)