Skip to content

Commit 8d8822f

Browse files
committed
Update versions of maven plugins
1 parent 2256f46 commit 8d8822f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-surefire-plugin</artifactId>
90-
<version>3.1.0</version>
90+
<version>3.2.3</version>
9191
</plugin>
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-javadoc-plugin</artifactId>
100-
<version>3.5.0</version>
100+
<version>3.6.3</version>
101101
<configuration>
102102
<source>8</source>
103103
</configuration>
@@ -113,12 +113,12 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-dependency-plugin</artifactId>
116-
<version>3.5.0</version>
116+
<version>3.6.1</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.11.0</version>
121+
<version>3.12.1</version>
122122
<configuration>
123123
<target>1.8</target>
124124
<source>1.8</source>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-source-plugin</artifactId>
136-
<version>3.2.1</version>
136+
<version>3.3.0</version>
137137
<executions>
138138
<execution>
139139
<id>attach-sources</id>
@@ -146,14 +146,14 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-shade-plugin</artifactId>
149-
<version>3.4.1</version>
149+
<version>3.5.1</version>
150150
</plugin>
151151

152152
<!-- Code Coverage report generation -->
153153
<plugin>
154154
<groupId>org.jacoco</groupId>
155155
<artifactId>jacoco-maven-plugin</artifactId>
156-
<version>0.8.10</version>
156+
<version>0.8.11</version>
157157
<executions>
158158
<execution>
159159
<id>jacoco-prepare-agent</id>

0 commit comments

Comments
 (0)