|
124 | 124 | <plugin> |
125 | 125 | <groupId>org.apache.maven.plugins</groupId> |
126 | 126 | <artifactId>maven-dependency-plugin</artifactId> |
127 | | - <version>3.5.0</version> |
| 127 | + <version>3.8.1</version> |
128 | 128 | </plugin> |
129 | 129 | <plugin> |
130 | 130 | <groupId>org.apache.maven.plugins</groupId> |
|
137 | 137 | <plugin> |
138 | 138 | <groupId>org.apache.maven.plugins</groupId> |
139 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
140 | | - <version>3.11.0</version> |
| 140 | + <version>3.13.0</version> |
141 | 141 | <configuration> |
142 | 142 | <target>1.8</target> |
143 | 143 | <source>1.8</source> |
|
152 | 152 | <plugin> |
153 | 153 | <groupId>org.apache.maven.plugins</groupId> |
154 | 154 | <artifactId>maven-source-plugin</artifactId> |
155 | | - <version>3.2.1</version> |
| 155 | + <version>3.3.1</version> |
156 | 156 | <executions> |
157 | 157 | <execution> |
158 | 158 | <id>attach-sources</id> |
|
165 | 165 | <plugin> |
166 | 166 | <groupId>org.apache.maven.plugins</groupId> |
167 | 167 | <artifactId>maven-surefire-plugin</artifactId> |
168 | | - <version>3.1.0</version> |
| 168 | + <version>3.5.2</version> |
169 | 169 | <configuration> |
170 | 170 | <environmentVariables> |
171 | 171 | <TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE> |
|
175 | 175 | <plugin> |
176 | 176 | <groupId>org.apache.maven.plugins</groupId> |
177 | 177 | <artifactId>maven-checkstyle-plugin</artifactId> |
178 | | - <version>3.2.2</version> |
| 178 | + <version>3.6.0</version> |
179 | 179 | <configuration> |
180 | 180 | <configLocation>config/ydb.checkstyle.xml</configLocation> |
181 | 181 | <suppressionsFileExpression>config/ydb.suppressions.xml</suppressionsFileExpression> |
|
193 | 193 | <plugin> |
194 | 194 | <groupId>org.apache.maven.plugins</groupId> |
195 | 195 | <artifactId>maven-javadoc-plugin</artifactId> |
196 | | - <version>3.5.0</version> |
| 196 | + <version>3.11.2</version> |
197 | 197 | <configuration> |
198 | 198 | <source>8</source> |
199 | 199 | </configuration> |
|
211 | 211 | <plugin> |
212 | 212 | <groupId>org.jacoco</groupId> |
213 | 213 | <artifactId>jacoco-maven-plugin</artifactId> |
214 | | - <version>0.8.10</version> |
| 214 | + <version>0.8.12</version> |
215 | 215 | <executions> |
216 | 216 | <execution> |
217 | 217 | <id>jacoco-prepare-agent</id> |
|
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.maven.plugins</groupId> |
270 | 270 | <artifactId>maven-gpg-plugin</artifactId> |
271 | | - <version>1.6</version> |
| 271 | + <version>3.2.7</version> |
272 | 272 | <executions> |
273 | 273 | <execution> |
274 | 274 | <id>sign-artifacts</id> |
|
288 | 288 | <plugin> |
289 | 289 | <groupId>org.sonatype.plugins</groupId> |
290 | 290 | <artifactId>nexus-staging-maven-plugin</artifactId> |
291 | | - <version>1.6.8</version> |
| 291 | + <version>1.7.0</version> |
292 | 292 | <extensions>true</extensions> |
293 | 293 | <configuration> |
294 | 294 | <serverId>ossrh-s01</serverId> |
|
0 commit comments