|
87 | 87 | <plugin> |
88 | 88 | <groupId>org.apache.maven.plugins</groupId> |
89 | 89 | <artifactId>maven-surefire-plugin</artifactId> |
90 | | - <version>3.2.5</version> |
| 90 | + <version>3.5.3</version> |
91 | 91 | </plugin> |
92 | 92 | <plugin> |
93 | 93 | <groupId>org.apache.maven.plugins</groupId> |
94 | 94 | <artifactId>maven-jar-plugin</artifactId> |
95 | | - <version>3.3.0</version> |
| 95 | + <version>3.4.2</version> |
96 | 96 | </plugin> |
97 | 97 | <plugin> |
98 | 98 | <groupId>org.apache.maven.plugins</groupId> |
99 | 99 | <artifactId>maven-javadoc-plugin</artifactId> |
100 | | - <version>3.6.3</version> |
| 100 | + <version>3.11.2</version> |
101 | 101 | <configuration> |
102 | 102 | <source>8</source> |
103 | 103 | </configuration> |
|
113 | 113 | <plugin> |
114 | 114 | <groupId>org.apache.maven.plugins</groupId> |
115 | 115 | <artifactId>maven-dependency-plugin</artifactId> |
116 | | - <version>3.6.1</version> |
| 116 | + <version>3.8.1</version> |
117 | 117 | </plugin> |
118 | 118 | <plugin> |
119 | 119 | <groupId>org.apache.maven.plugins</groupId> |
120 | 120 | <artifactId>maven-compiler-plugin</artifactId> |
121 | | - <version>3.13.0</version> |
| 121 | + <version>3.14.0</version> |
122 | 122 | <configuration> |
123 | 123 | <target>1.8</target> |
124 | 124 | <source>1.8</source> |
|
146 | 146 | <plugin> |
147 | 147 | <groupId>org.apache.maven.plugins</groupId> |
148 | 148 | <artifactId>maven-shade-plugin</artifactId> |
149 | | - <version>3.5.2</version> |
| 149 | + <version>3.6.0</version> |
150 | 150 | </plugin> |
151 | 151 |
|
152 | 152 | <!-- YDB Checkstyle --> |
153 | 153 | <plugin> |
154 | 154 | <groupId>org.apache.maven.plugins</groupId> |
155 | 155 | <artifactId>maven-checkstyle-plugin</artifactId> |
156 | | - <version>3.3.1</version> |
| 156 | + <version>3.6.0</version> |
157 | 157 | <configuration> |
158 | 158 | <configLocation>config/ydb.checkstyle.xml</configLocation> |
159 | 159 | <suppressionsFileExpression>config/ydb.suppressions.xml</suppressionsFileExpression> |
|
173 | 173 | <plugin> |
174 | 174 | <groupId>org.jacoco</groupId> |
175 | 175 | <artifactId>jacoco-maven-plugin</artifactId> |
176 | | - <version>0.8.12</version> |
| 176 | + <version>0.8.13</version> |
177 | 177 | <executions> |
178 | 178 | <execution> |
179 | 179 | <id>jacoco-prepare-agent</id> |
|
0 commit comments