Skip to content

Commit 4bc6458

Browse files
committed
Updated maven plugin versions
1 parent 03b4324 commit 4bc6458

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-surefire-plugin</artifactId>
90-
<version>3.2.5</version>
90+
<version>3.5.3</version>
9191
</plugin>
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-jar-plugin</artifactId>
95-
<version>3.3.0</version>
95+
<version>3.4.2</version>
9696
</plugin>
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-javadoc-plugin</artifactId>
100-
<version>3.6.3</version>
100+
<version>3.11.2</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.6.1</version>
116+
<version>3.8.1</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.13.0</version>
121+
<version>3.14.0</version>
122122
<configuration>
123123
<target>1.8</target>
124124
<source>1.8</source>
@@ -146,14 +146,14 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-shade-plugin</artifactId>
149-
<version>3.5.2</version>
149+
<version>3.6.0</version>
150150
</plugin>
151151

152152
<!-- YDB Checkstyle -->
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-checkstyle-plugin</artifactId>
156-
<version>3.3.1</version>
156+
<version>3.6.0</version>
157157
<configuration>
158158
<configLocation>config/ydb.checkstyle.xml</configLocation>
159159
<suppressionsFileExpression>config/ydb.suppressions.xml</suppressionsFileExpression>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.jacoco</groupId>
175175
<artifactId>jacoco-maven-plugin</artifactId>
176-
<version>0.8.12</version>
176+
<version>0.8.13</version>
177177
<executions>
178178
<execution>
179179
<id>jacoco-prepare-agent</id>

0 commit comments

Comments
 (0)