|
55 | 55 | <dependency> |
56 | 56 | <groupId>com.google.guava</groupId> |
57 | 57 | <artifactId>guava</artifactId> |
58 | | - <version>23.6.1-jre</version> |
| 58 | + <version>26.0-jre</version> |
59 | 59 | <scope>compile</scope> |
60 | 60 | </dependency> |
61 | 61 | <!-- End dependencies from skaffold-plugins-core --> |
62 | 62 |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.apache.maven</groupId> |
65 | 65 | <artifactId>maven-plugin-api</artifactId> |
66 | | - <version>3.5.3</version> |
| 66 | + <version>3.5.4</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | 69 | <!-- Maven plugin development annotations --> |
|
77 | 77 | <dependency> |
78 | 78 | <groupId>org.apache.maven</groupId> |
79 | 79 | <artifactId>maven-core</artifactId> |
80 | | - <version>3.5.3</version> |
| 80 | + <version>3.5.4</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.apache.maven.shared</groupId> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.mockito</groupId> |
97 | 97 | <artifactId>mockito-core</artifactId> |
98 | | - <version>2.18.3</version> |
| 98 | + <version>2.21.0</version> |
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | </dependencies> |
|
109 | 109 | <plugin> |
110 | 110 | <groupId>org.apache.maven.plugins</groupId> |
111 | 111 | <artifactId>maven-failsafe-plugin</artifactId> |
112 | | - <version>2.21.0</version> |
| 112 | + <version>2.22.0</version> |
113 | 113 | <configuration> |
114 | 114 | <classesDirectory>${project.build.directory}/classes</classesDirectory> |
115 | 115 | <includes> |
|
259 | 259 | <plugin> |
260 | 260 | <groupId>org.apache.maven.plugins</groupId> |
261 | 261 | <artifactId>maven-compiler-plugin</artifactId> |
262 | | - <version>3.7.0</version> |
| 262 | + <version>3.8.0</version> |
263 | 263 | <executions> |
264 | 264 | <execution> |
265 | 265 | <id>compile-with-nullaway</id> |
|
279 | 279 | <path> |
280 | 280 | <groupId>com.uber.nullaway</groupId> |
281 | 281 | <artifactId>nullaway</artifactId> |
282 | | - <version>0.4.6</version> |
| 282 | + <version>0.5.2</version> |
283 | 283 | </path> |
284 | 284 | </annotationProcessorPaths> |
285 | 285 | <compilerArgs> |
|
309 | 309 | <plugin> |
310 | 310 | <groupId>org.apache.maven.plugins</groupId> |
311 | 311 | <artifactId>maven-surefire-plugin</artifactId> |
312 | | - <version>2.21.0</version> |
| 312 | + <version>2.22.0</version> |
313 | 313 | <configuration> |
314 | 314 | <excludes> |
315 | 315 | <exclude>**/*IntegrationTest.java</exclude> |
|
327 | 327 | <plugin> |
328 | 328 | <groupId>com.coveo</groupId> |
329 | 329 | <artifactId>fmt-maven-plugin</artifactId> |
330 | | - <version>2.5.0</version> |
| 330 | + <version>2.5.1</version> |
331 | 331 | <dependencies> |
332 | 332 | <dependency> |
333 | 333 | <groupId>com.google.googlejavaformat</groupId> |
|
353 | 353 | <dependency> |
354 | 354 | <groupId>com.puppycrawl.tools</groupId> |
355 | 355 | <artifactId>checkstyle</artifactId> |
356 | | - <version>8.10.1</version> |
| 356 | + <version>8.11</version> |
357 | 357 | </dependency> |
358 | 358 | </dependencies> |
359 | 359 | <configuration> |
|
0 commit comments